[PATCH] Add aclocal include for samples
Thiemo Seufer <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> * 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)