Build examples only when needed. Patch by dmacks@netspace.org. Closes
2006-06-24 Benoît Dejean <benoit@placenet.org> * Makefile.am: Build examples only when needed. Patch by dmacks@netspace.org. Closes #342863.
This commit is contained in:
committed by
Benoît Dejean
parent
bc79bf010a
commit
d52fc3f868
@@ -1,3 +1,11 @@
|
|||||||
|
2006-06-24 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
|
||||||
|
Build examples only when needed.
|
||||||
|
Patch by dmacks@netspace.org.
|
||||||
|
Closes #342863.
|
||||||
|
|
||||||
2006-06-24 Benoît Dejean <benoit@placenet.org>
|
2006-06-24 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* libgtop-sysdeps.m4:
|
* libgtop-sysdeps.m4:
|
||||||
|
@@ -1,5 +1,10 @@
|
|||||||
|
|
||||||
SUBDIRS = po misc include sysdeps lib src examples doc
|
if EXAMPLES
|
||||||
|
EXAMPLES_DIR = examples
|
||||||
|
else
|
||||||
|
EXAMPLES_DIR =
|
||||||
|
fi
|
||||||
|
SUBDIRS = po misc include sysdeps lib src $(EXAMPLES_DIR) doc
|
||||||
|
|
||||||
libgtopinclude_HEADERS = glibtop.h libgtopconfig.h
|
libgtopinclude_HEADERS = glibtop.h libgtopconfig.h
|
||||||
libgtopincludedir = $(includedir)/libgtop-2.0
|
libgtopincludedir = $(includedir)/libgtop-2.0
|
||||||
|
Reference in New Issue
Block a user