Include builddir include subdir with -I
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 11:11:41 +0000 (11:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 11:11:41 +0000 (11:11 +0000)
Should allow GNUnet to be built out of source directory

-LRN

src/transport/Makefile.am
src/util/Makefile.am

index daffb6484f7802954dd939fceccc7d2a19d9567a..51f8447eea2ec83f3d8fc725e676655259495693 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 plugindir = $(libdir)/gnunet
 
index f709bb4a26967107b7402bf3178859ec08eb4141..bbe00cb2d8672767c7521aaaf2bb7391a8511645 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 plugindir = $(libdir)/gnunet