Build and install libgtop2_daemon only if needed.

* src/Makefile.am: Build and install libgtop2_daemon only if needed.
This commit is contained in:
Benoît Dejean
2005-02-22 12:42:09 +00:00
parent 672da9122e
commit 16123b6fe9
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-02-22 Benoît Dejean <TazForEver@dlfp.org>
* src/Makefile.am: Build and install libgtop2_daemon only if needed.
2005-02-21 Benoît Dejean <TazForEver@dlfp.org> 2005-02-21 Benoît Dejean <TazForEver@dlfp.org>
* lib/Makefile.am: don't export private symbols. * lib/Makefile.am: don't export private symbols.

View File

@@ -4,7 +4,13 @@ else
inodedb_SUBDIRS = inodedb_SUBDIRS =
endif endif
SUBDIRS = daemon $(inodedb_SUBDIRS) if NEED_LIBGTOP
daemon_SUBDIRS = daemon
else
daemon_SUBDIRS =
endif
SUBDIRS = $(daemon_SUBDIRS) $(inodedb_SUBDIRS)
DIST_SUBDIRS = daemon inodedb DIST_SUBDIRS = daemon inodedb