Add top_srcdir to make srcdir != . work. (#145166, Kaz Sasayama)
authorMatthias Clasen <maclas@gmx.de>
Mon, 5 Jul 2004 22:45:16 +0000 (22:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 Jul 2004 22:45:16 +0000 (22:45 +0000)
Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>

* glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to
make srcdir != . work.  (#145166, Kaz Sasayama)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gnulib/Makefile.am

index c6dabdb..abcab46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
+       make srcdir != . work.  (#145166, Kaz Sasayama)
+
 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Use a small test library instead of
index c6dabdb..abcab46 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
+       make srcdir != . work.  (#145166, Kaz Sasayama)
+
 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Use a small test library instead of
index c6dabdb..abcab46 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
+       make srcdir != . work.  (#145166, Kaz Sasayama)
+
 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Use a small test library instead of
index c6dabdb..abcab46 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
+       make srcdir != . work.  (#145166, Kaz Sasayama)
+
 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Use a small test library instead of
index c6dabdb..abcab46 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
+       make srcdir != . work.  (#145166, Kaz Sasayama)
+
 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
 
        * configure.in: Use a small test library instead of
index 34aef20..66f2f4f 100644 (file)
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+INCLUDES = -I$(top_srcdir)
+
 noinst_LTLIBRARIES = libgnulib.la
 
 libgnulib_la_SOURCES =         \