public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add aclocal include for samples
@ 2006-08-08 12:00 Thiemo Seufer
  2006-08-29 13:07 ` Thiemo Seufer
  2006-08-29 19:33 ` Frank Ch. Eigler
  0 siblings, 2 replies; 3+ messages in thread
From: Thiemo Seufer @ 2006-08-08 12:00 UTC (permalink / raw)
  To: sid

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-29 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-08 12:00 [PATCH] Add aclocal include for samples Thiemo Seufer
2006-08-29 13:07 ` Thiemo Seufer
2006-08-29 19:33 ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).