This is the mail archive of the
sid@sourceware.org
mailing list for the SID project.
[PATCH] Add aclocal include for samples
- From: Thiemo Seufer <ths at networkno dot de>
- To: sid at sources dot redhat dot com
- Date: Tue, 8 Aug 2006 12:58:52 +0100
- Subject: [PATCH] Add aclocal include for samples
Hello All,
the appended patch adds ACLOCAL_AMFLAGS to samples/Makefile.am like
it is done in the other subdirectories.
Thiemo
2006-08-08 Thiemo Seufer <ths@mips.com>
* Makefile.am (ACLOCAL_AMFLAGS): Add $(srcdir)/config include path.
Index: sid/samples/Makefile.am
===================================================================
RCS file: /cvs/src/src/sid/samples/Makefile.am,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile.am
--- sid/samples/Makefile.am 7 Dec 2000 19:31:10 -0000 1.1
+++ sid/samples/Makefile.am 8 Aug 2006 10:06:08 -0000
@@ -1,6 +1,7 @@
## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I $(srcdir)/config
pkglib_LTLIBRARIES = libexample.la
pkgdata_DATA = $(libexample_la_SOURCES)