aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-09-16 12:38:51 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-09-16 12:38:51 +0000
commit9ae1afe31607cbfba772976f793008c65fb1a08e (patch)
tree65a2e31c002a54bde8b045babeed54e4d4f17ddf /src/vpn/Makefile.am
parentb7970fe9e1e4c0321989a6632f21629d5d82a6cc (diff)
downloadgnunet-9ae1afe31607cbfba772976f793008c65fb1a08e.tar.gz
gnunet-9ae1afe31607cbfba772976f793008c65fb1a08e.zip
- replace deprecated INCLUDES with AM_CPPFLAGS
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index 8b67a3373..a18019f3a 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -1,4 +1,4 @@
1INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 1AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined,--export-all-symbols 4 WINFLAGS = -Wl,--no-undefined,--export-all-symbols