Sun Jul 19 03:31:08 1998 John Ellis <johne@bellatlantic.net> * configure.in: variable PROGRAM_GMENU with a check for gtk/gtkctree.h which is in the devel GTK. * Makefile.am: added above variable in the subdirs section, now gmenu is built/installed by default if the devel GTK is found.
9 lines
357 B
Makefile
9 lines
357 B
Makefile
SUBDIRS = intl po macros \
|
|
panel applets \
|
|
gsm smproxy pixmaps desktop-links desktop-properties help-browser \
|
|
gnome-terminal core-docs @PROGRAM_GMENU@
|
|
|
|
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
|
|
@MAINT@include macros/macros.dep
|
|
@MAINT@macros/macros.dep: macros/Makefile.am
|
|
@MAINT@ cd macros && $(MAKE) macros.dep
|