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.
This commit is contained in:
@@ -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>
|
2003-06-10 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
|
||||||
|
|
||||||
* libgtop-2.0.pc.in: Fix missing build flags. Patch from
|
* libgtop-2.0.pc.in: Fix missing build flags. Patch from
|
||||||
|
@@ -10,7 +10,7 @@ if BUILD_GNOME_SUPPORT
|
|||||||
support = support
|
support = support
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = po $(support) misc include sysdeps lib src \
|
SUBDIRS = . po $(support) misc include sysdeps lib src \
|
||||||
$(examples_SUBDIRS) doc
|
$(examples_SUBDIRS) doc
|
||||||
|
|
||||||
libgtopinclude_HEADERS = glibtop.h
|
libgtopinclude_HEADERS = glibtop.h
|
||||||
|
Reference in New Issue
Block a user