OSDN Git Service

* Makefile.am: Add ACLOCAL_AMFLAGS.
authorsje <sje>
Sat, 14 Apr 2007 20:43:59 +0000 (20:43 +0000)
committersje <sje>
Sat, 14 Apr 2007 20:43:59 +0000 (20:43 +0000)
* Makefile.in: Regenerate.

rda/ChangeLog
rda/Makefile.am
rda/Makefile.in

index 077c5cb..7685e9a 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-14  Steve Ellcey  <sje@cup.hp.com>
+
+       * Makefile.am: Add ACLOCAL_AMFLAGS.
+       * Makefile.in: Regenerate.
+
 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * samples/Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
index bb2a537..9286bc9 100644 (file)
@@ -1,6 +1,7 @@
 ## Process this with automake to create Makefile.in
 
 AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I ..
 
 WARN_CFLAGS = @WARN_CFLAGS@
 WERROR_CFLAGS = @WERROR_CFLAGS@
index e9d60b6..b482126 100644 (file)
@@ -170,6 +170,7 @@ target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
 AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I ..
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 APPL_DIRS = @targ_subdirs@
 SUBDIRS = lib samples qe $(APPL_DIRS)