gnome-control-center/Makefile.am
Jonathan Blandford 483d6078ce added the beginnings of the control center. This shouldn't do anything
interesting on anyone elses computer but mine.  However, that will change
tomorrow. (:
1998-08-11 03:18:37 +00:00

13 lines
395 B
Makefile

if PROGRAM_GMENU
gmenu = gmenu
endif
SUBDIRS = intl po macros \
panel applets \
gsm pixmaps desktop-links desktop-properties help-browser \
gnome-terminal core-docs control-center $(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