aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-19 11:11:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-19 11:11:41 +0000
commit964117857effe5a89fb40a026cacc90e9f4d008b (patch)
tree2f7f6f9b966c1f263bf345c81fe972f6f72258b4 /src
parent1cdd1a9f1a47dcea568793561a436a3d9850bb80 (diff)
downloadgnunet-964117857effe5a89fb40a026cacc90e9f4d008b.tar.gz
gnunet-964117857effe5a89fb40a026cacc90e9f4d008b.zip
Include builddir include subdir with -I
Should allow GNUnet to be built out of source directory -LRN
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/util/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index daffb6484..51f8447ee 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -1,4 +1,4 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4 4
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index f709bb4a2..bbe00cb2d 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -1,4 +1,4 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 2
3plugindir = $(libdir)/gnunet 3plugindir = $(libdir)/gnunet
4 4