From 97167e7add1dfeaf61a3976708476472fd7728e8 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 3 Aug 2003 11:52:13 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 79f5ae46..157253a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-03 Malcolm Tredinnick + + * Makefile.am: Change subdirectory build order so that + 'distclean' target work (and other targets remain working). + Fixes bug #84622. + 2003-06-10 Kjartan Maraas * 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