Don't build if not BUILD_GNOME_SUPPORT.
* Makefile.am (support): Don't build if not BUILD_GNOME_SUPPORT.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
1998-11-08 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* Makefile.am (support): Don't build if not BUILD_GNOME_SUPPORT.
|
||||
|
||||
1998-11-02 Martin Baulig <martin@home-of-linux.org>
|
||||
|
||||
* include/glibtop/parameter.h: Added `GLIBTOP_PARAM_REQUIRED'.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user