summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-08-06 18:46:20 +0000
committerMartin Baulig <martin@src.gnome.org>2001-08-06 18:46:20 +0000
commit0e8f41b338487bc9628cf683a6dbe71f3fbea632 (patch)
tree82ea6c4f159400fc4784a849a82e97bde3ce9049 /Makefile.am
parent2c936c4fe498700906277a60bab65df9053a5de0 (diff)
downloadgnome-session-0e8f41b338487bc9628cf683a6dbe71f3fbea632.tar.gz
Updated for the GNOME 2 platform.
2001-08-06 Martin Baulig <baulig@suse.de> * configure.in, autogen.sh: Updated for the GNOME 2 platform. * Makefile.am: Disabled all subdirs except idl, gnome-ditem and panel.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index e0318a63..f9f651e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,13 @@
SUBDIRS = \
intl \
po \
- macros \
+ idl \
+ gnome-ditem \
+ panel
+
+EXTRA_SUBDIRS = \
+ intl \
+ po \
gsm \
smproxy \
pixmaps \
@@ -27,7 +33,3 @@ EXTRA_DIST = \
xml-i18n-merge.in \
xml-i18n-update.in
-## 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