emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109399: * lib/Makefile.am (DEFAULT_I


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109399: * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for out-of-tree build.
Date: Thu, 02 Aug 2012 19:39:47 +0900
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109399
committer: YAMAMOTO Mitsuharu <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-02 19:39:47 +0900
message:
  * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for out-of-tree 
build.
modified:
  ChangeLog
  lib/Makefile.am
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-08-02 06:21:48 +0000
+++ b/ChangeLog 2012-08-02 10:39:47 +0000
@@ -1,3 +1,8 @@
+2012-08-02  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
+       out-of-tree build.
+
 2012-08-02  Glenn Morris  <address@hidden>
 
        * make-dist: Remove src/s.

=== modified file 'lib/Makefile.am'
--- a/lib/Makefile.am   2012-04-09 07:45:59 +0000
+++ b/lib/Makefile.am   2012-08-02 10:39:47 +0000
@@ -5,6 +5,6 @@
 noinst_LIBRARIES =
 
 AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
-DEFAULT_INCLUDES = -I. -I../src -I$(top_srcdir)/src
+DEFAULT_INCLUDES = -I. -I$(top_srcdir)/lib -I../src -I$(top_srcdir)/src
 
 include gnulib.mk


reply via email to

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