Don't build if not BUILD_GNOME_SUPPORT.

* Makefile.am (support): Don't build if not BUILD_GNOME_SUPPORT.
This commit is contained in:
Raja R Harinath
1998-11-08 21:45:33 +00:00
parent 45b63f5131
commit ecaa9d9a35
2 changed files with 10 additions and 2 deletions

View File

@@ -6,7 +6,11 @@ else
examples_SUBDIRS =
endif
SUBDIRS = po intl support macros misc include sysdeps lib src \
if BUILD_GNOME_SUPPORT
support = support
endif
SUBDIRS = po intl $(support) macros misc include sysdeps lib src \
$(examples_SUBDIRS)
include_HEADERS = glibtop.h
@@ -27,7 +31,7 @@ bin_SCRIPTS = $(top_builddir)/libgtop-config
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
@MAINT@include macros/macros.dep
@MAINT@ include macros/macros.dep
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@ cd macros && $(MAKE) macros.dep