summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am12
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 40ebd4e07..9e4c218b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-08-19 Martin Baulig <martin@home-of-linux.org>
+
+ * Makefile.am: Using $(always_built_SUBDIRS),
+ $(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS).
+
1998-08-17 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in: Bumped the version number to 0.28.
diff --git a/Makefile.am b/Makefile.am
index 4c7cf2f21..a54146aac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,16 @@ if PROGRAM_GMENU
gmenu = gmenu
endif
-SUBDIRS = intl po macros \
- panel applets \
+always_built_SUBDIRS = panel applets \
gsm pixmaps desktop-links desktop-properties help-browser \
- gnome-terminal core-docs control-center $(gmenu)
+ gnome-terminal core-docs control-center
+
+sometimes_built_SUBDIRS = gmenu smproxy
+
+SUBDIRS = intl po macros $(always_built_SUBDIRS) $(gmenu)
+
+DIST_SUBDIRS = intl po macros $(always_built_SUBDIRS) \
+ $(sometimes_built_SUBDIRS)
EXTRA_DIST = gnome-core.spec