summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm@src.gnome.org>2003-08-03 11:52:13 +0000
committerMalcolm Tredinnick <malcolm@src.gnome.org>2003-08-03 11:52:13 +0000
commit97167e7add1dfeaf61a3976708476472fd7728e8 (patch)
treeced772270203f05d54188e854d9b4955fafa1b2e
parent6a96719e58bf150f7aeeba00a48ba34581c6b03a (diff)
downloadlibgtop-97167e7add1dfeaf61a3976708476472fd7728e8.tar.gz
Change subdirectory build order so that 'distclean' target work (and other
* Makefile.am: Change subdirectory build order so that 'distclean' target work (and other targets remain working). Fixes bug #84622.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 79f5ae46..157253a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-03 Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+ * Makefile.am: Change subdirectory build order so that
+ 'distclean' target work (and other targets remain working).
+ Fixes bug #84622.
+
2003-06-10 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
* libgtop-2.0.pc.in: Fix missing build flags. Patch from
diff --git a/Makefile.am b/Makefile.am
index 4e1c1c3f..90405396 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ if BUILD_GNOME_SUPPORT
support = support
endif
-SUBDIRS = po $(support) misc include sysdeps lib src \
+SUBDIRS = . po $(support) misc include sysdeps lib src \
$(examples_SUBDIRS) doc
libgtopinclude_HEADERS = glibtop.h