Skip to content

Commit

Permalink
gstat: move out of gmond directory a the same leverl than all other apps
Browse files Browse the repository at this point in the history
  • Loading branch information
carenas committed Apr 2, 2008
1 parent 0ef4561 commit 30e5df9
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ INCLUDES = @APR_INCLUDES@

AUTOMAKE_OPTIONS = dist-bzip2 dist-tarZ dist-shar dist-zip

GANGLIA_SUBDIRS = lib libmetrics tests $(GMETAD_SUBDIR) gmond gmetric include
GANGLIA_SUBDIRS = lib libmetrics tests $(GMETAD_SUBDIR) gmond gstat gmetric include
SUBDIRS = $(GANGLIA_SUBDIRS)
# Make sure that no matter the setting for --with-gmetad
# that the gmetad directory gets distributed
GANGLIA_SUBDIRS_DIST = lib libmetrics tests gmetad gmond gmetric include
GANGLIA_SUBDIRS_DIST = lib libmetrics tests gmetad gmond gstat gmetric include
DIST_SUBDIRS = $(GANGLIA_SUBDIRS_DIST)

EXTRA_DIST = README.WIN README.AIX config ganglia.spec.aix ganglia.spec ganglia.pod ganglia.html mans $(EXTRA_DIST_FILES)
Expand Down
2 changes: 1 addition & 1 deletion README.AIX
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You still need some "tricks" to use ganglia on a AIX system:
a) remove "-Wall" from all Makefiles, especially:

lib/Makefile
gmond/gstat/Makefile
gstat/Makefile
gmond/Makefile
gmetric/Makefile
gmetad/Makefile (see below)
Expand Down
2 changes: 1 addition & 1 deletion README.WIN
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Go to the ganglia directory, and run the following command to build Ganglia
./configure --with-libconfuse=/usr/local --enable-static-build

If everything works right, then you should see a gmond.exe, gstat.exe and
gmetric.exe created in the gmond, gmond/gstat and gmetric directories
gmetric.exe created in the gmond, gstat and gmetric directories
respectively.

The binaries generated depend on cygwin (cygwin1.dll), the apr cygwin
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ AC_OUTPUT(Makefile
lib/default_conf.h
lib/Makefile
gmond/Makefile
gmond/gstat/Makefile
gstat/Makefile
gmond/modules/Makefile
gmond/modules/conf.d/example.conf
gmond/modules/conf.d/modpython.conf
Expand Down
2 changes: 1 addition & 1 deletion gmond/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = gstat modules python_modules
SUBDIRS = modules python_modules

EXTRA_DIST = gmond.aix.init gmond.init gmond.init.SuSE gmond.conf.5 gmond.conf.html conf.pod
if STATIC_BUILD
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 30e5df9

Please sign in to comment.