]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove useless -I options.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Oct 2006 13:49:40 +0000 (13:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:12 +0000 (12:14 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am

index b7c41664b9a243ab55b6ddde58d6a3f3a3967d71..5371ccaee24c744fd4a23b432d9af97075f8b82b 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (AM_CPPFLAGS): Remove useless -I options.
+
 2006-10-23  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (config.h): Update obstack_free hack.
index 1e38542ee09b363a30064310c5155b780a8e917e..5fe9fe941dc17f95eea89584e3d16b70afc4f0aa 100644 (file)
@@ -36,7 +36,6 @@ nodist_noinst_HEADERS = config.h
 AM_CPPFLAGS = \
   -I. -I$(srcdir) \
   -I../src -I$(top_srcdir)/src \
-  -Ignulib-lib -I$(srcdir)/gnulib-lib \
   -I../intl -I$(top_srcdir)/../gettext-runtime/intl
 
 # libgettextpo contains the public API for PO files.