texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6959] change AM_CPPFLAGS


From: Gavin D. Smith
Subject: [6959] change AM_CPPFLAGS
Date: Sat, 23 Jan 2016 14:09:03 +0000

Revision: 6959
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6959
Author:   gavin
Date:     2016-01-23 14:09:02 +0000 (Sat, 23 Jan 2016)
Log Message:
-----------
change AM_CPPFLAGS

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-01-23 13:30:17 UTC (rev 6958)
+++ trunk/ChangeLog     2016-01-23 14:09:02 UTC (rev 6959)
@@ -3,6 +3,9 @@
        * tp/Texinfo/Convert/XSParagraph/lib,
        * tp/Texinfo/Convert/XSParagraph/m4: Add gnulib module 'getline'.
 
+       * tp/Texinfo/Convert/XSParagraph/Makefile.am (AM_CPPFLAGS): 
+       Change to right path to include directories.
+
 2016-01-23  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Convert/Paragraph.pm: Add a check for a UTF-8 

Modified: trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am    2016-01-23 13:30:17 UTC 
(rev 6958)
+++ trunk/tp/Texinfo/Convert/XSParagraph/Makefile.am    2016-01-23 14:09:02 UTC 
(rev 6959)
@@ -18,8 +18,8 @@
 
 AM_CPPFLAGS =                \
   -I$(srcdir)                \
-  -I$(srcdir)/gnulib/lib     \
-  -I$(builddir)/gnulib/lib
+  -I$(srcdir)/lib     \
+  -I$(builddir)/lib
 
 XSParagraph_la_LIBADD = $(builddir)/lib/libgnu.la \
                        $(TERMLIBS) $(LIBINTL) $(LIBICONV)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]