gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29308 - in gnunet: . contrib pkgconfig src/arm src/ats src


From: gnunet
Subject: [GNUnet-SVN] r29308 - in gnunet: . contrib pkgconfig src/arm src/ats src/ats-tests src/ats-tool src/block src/consensus src/core src/datacache src/datastore src/dht src/dns src/dv src/exit src/experimentation src/fragmentation src/fs src/gns src/hello src/hostlist src/identity src/integration-tests src/lockmanager src/mesh src/multicast src/mysql src/namestore src/nat src/nse src/peerinfo src/peerinfo-tool src/postgres src/psycstore src/pt src/regex src/scalarproduct src/set src/statistics src/template src/testbed src/testing src/topology src/transport src/tun src/util src/vpn
Date: Mon, 16 Sep 2013 14:38:51 +0200

Author: dold
Date: 2013-09-16 14:38:51 +0200 (Mon, 16 Sep 2013)
New Revision: 29308

Modified:
   gnunet/Makefile.am
   gnunet/contrib/Makefile.am
   gnunet/pkgconfig/Makefile.am
   gnunet/src/arm/Makefile.am
   gnunet/src/ats-tests/Makefile.am
   gnunet/src/ats-tool/Makefile.am
   gnunet/src/ats/Makefile.am
   gnunet/src/block/Makefile.am
   gnunet/src/consensus/Makefile.am
   gnunet/src/core/Makefile.am
   gnunet/src/datacache/Makefile.am
   gnunet/src/datastore/Makefile.am
   gnunet/src/dht/Makefile.am
   gnunet/src/dns/Makefile.am
   gnunet/src/dv/Makefile.am
   gnunet/src/exit/Makefile.am
   gnunet/src/experimentation/Makefile.am
   gnunet/src/fragmentation/Makefile.am
   gnunet/src/fs/Makefile.am
   gnunet/src/gns/Makefile.am
   gnunet/src/hello/Makefile.am
   gnunet/src/hostlist/Makefile.am
   gnunet/src/identity/Makefile.am
   gnunet/src/integration-tests/Makefile.am
   gnunet/src/lockmanager/Makefile.am
   gnunet/src/mesh/Makefile.am
   gnunet/src/multicast/Makefile.am
   gnunet/src/mysql/Makefile.am
   gnunet/src/namestore/Makefile.am
   gnunet/src/nat/Makefile.am
   gnunet/src/nse/Makefile.am
   gnunet/src/peerinfo-tool/Makefile.am
   gnunet/src/peerinfo/Makefile.am
   gnunet/src/postgres/Makefile.am
   gnunet/src/psycstore/Makefile.am
   gnunet/src/pt/Makefile.am
   gnunet/src/regex/Makefile.am
   gnunet/src/scalarproduct/Makefile.am
   gnunet/src/set/Makefile.am
   gnunet/src/statistics/Makefile.am
   gnunet/src/template/Makefile.am
   gnunet/src/testbed/Makefile.am
   gnunet/src/testing/Makefile.am
   gnunet/src/topology/Makefile.am
   gnunet/src/transport/Makefile.am
   gnunet/src/tun/Makefile.am
   gnunet/src/util/Makefile.am
   gnunet/src/vpn/Makefile.am
Log:
- replace deprecated INCLUDES with AM_CPPFLAGS


Modified: gnunet/Makefile.am
===================================================================
--- gnunet/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 SUBDIRS  = contrib doc m4 src po pkgconfig
 
 EXTRA_DIST = \

Modified: gnunet/contrib/Makefile.am
===================================================================
--- gnunet/contrib/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/contrib/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 tap32dir = $(pkgdatadir)/openvpn-tap32/tapw32/
 

Modified: gnunet/pkgconfig/Makefile.am
===================================================================
--- gnunet/pkgconfig/Makefile.am        2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/pkgconfig/Makefile.am        2013-09-16 12:38:51 UTC (rev 29308)
@@ -77,6 +77,6 @@
        gnunetvpn.pc.in 
 
 CLEANFILES = $(pcfiles)
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 

Modified: gnunet/src/arm/Makefile.am
===================================================================
--- gnunet/src/arm/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/arm/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/ats/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/ats-tests/Makefile.am
===================================================================
--- gnunet/src/ats-tests/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/ats-tests/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/ats-tool/Makefile.am
===================================================================
--- gnunet/src/ats-tool/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/ats-tool/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/block/Makefile.am
===================================================================
--- gnunet/src/block/Makefile.am        2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/block/Makefile.am        2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/consensus/Makefile.am
===================================================================
--- gnunet/src/consensus/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/consensus/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/core/Makefile.am
===================================================================
--- gnunet/src/core/Makefile.am 2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/core/Makefile.am 2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/datacache/Makefile.am
===================================================================
--- gnunet/src/datacache/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/datacache/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/datastore/Makefile.am
===================================================================
--- gnunet/src/datastore/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/datastore/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/dht/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-liconv -lstdc++ -lcomdlg32 -lgdi32
 endif

Modified: gnunet/src/dns/Makefile.am
===================================================================
--- gnunet/src/dns/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/dns/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/dv/Makefile.am
===================================================================
--- gnunet/src/dv/Makefile.am   2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/dv/Makefile.am   2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/exit/Makefile.am
===================================================================
--- gnunet/src/exit/Makefile.am 2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/exit/Makefile.am 2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined,--export-all-symbols

Modified: gnunet/src/experimentation/Makefile.am
===================================================================
--- gnunet/src/experimentation/Makefile.am      2013-09-16 12:37:16 UTC (rev 
29307)
+++ gnunet/src/experimentation/Makefile.am      2013-09-16 12:38:51 UTC (rev 
29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/fragmentation/Makefile.am
===================================================================
--- gnunet/src/fragmentation/Makefile.am        2013-09-16 12:37:16 UTC (rev 
29307)
+++ gnunet/src/fragmentation/Makefile.am        2013-09-16 12:38:51 UTC (rev 
29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/fs/Makefile.am   2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/gns/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if HAVE_GLIBCNSS
 NSS_SUBDIR = nss

Modified: gnunet/src/hello/Makefile.am
===================================================================
--- gnunet/src/hello/Makefile.am        2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/hello/Makefile.am        2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/hostlist/Makefile.am
===================================================================
--- gnunet/src/hostlist/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/hostlist/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/identity/Makefile.am
===================================================================
--- gnunet/src/identity/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/identity/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am    2013-09-16 12:37:16 UTC (rev 
29307)
+++ gnunet/src/integration-tests/Makefile.am    2013-09-16 12:38:51 UTC (rev 
29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/lockmanager/Makefile.am
===================================================================
--- gnunet/src/lockmanager/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/lockmanager/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/mesh/Makefile.am 2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/multicast/Makefile.am
===================================================================
--- gnunet/src/multicast/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/multicast/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/mysql/Makefile.am
===================================================================
--- gnunet/src/mysql/Makefile.am        2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/mysql/Makefile.am        2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/namestore/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/nat/Makefile.am
===================================================================
--- gnunet/src/nat/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/nat/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/nse/Makefile.am
===================================================================
--- gnunet/src/nse/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/nse/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/peerinfo/Makefile.am
===================================================================
--- gnunet/src/peerinfo/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/peerinfo/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/peerinfo-tool/Makefile.am
===================================================================
--- gnunet/src/peerinfo-tool/Makefile.am        2013-09-16 12:37:16 UTC (rev 
29307)
+++ gnunet/src/peerinfo-tool/Makefile.am        2013-09-16 12:38:51 UTC (rev 
29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 
-liconv -lstdc++ -lcomdlg32 -lgdi32

Modified: gnunet/src/postgres/Makefile.am
===================================================================
--- gnunet/src/postgres/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/postgres/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/psycstore/Makefile.am
===================================================================
--- gnunet/src/psycstore/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/psycstore/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/pt/Makefile.am
===================================================================
--- gnunet/src/pt/Makefile.am   2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/pt/Makefile.am   2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/regex/Makefile.am
===================================================================
--- gnunet/src/regex/Makefile.am        2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/regex/Makefile.am        2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/scalarproduct/Makefile.am
===================================================================
--- gnunet/src/scalarproduct/Makefile.am        2013-09-16 12:37:16 UTC (rev 
29307)
+++ gnunet/src/scalarproduct/Makefile.am        2013-09-16 12:38:51 UTC (rev 
29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/set/Makefile.am
===================================================================
--- gnunet/src/set/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/set/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/statistics/Makefile.am
===================================================================
--- gnunet/src/statistics/Makefile.am   2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/statistics/Makefile.am   2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 

Modified: gnunet/src/template/Makefile.am
===================================================================
--- gnunet/src/template/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/template/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
 

Modified: gnunet/src/testbed/Makefile.am
===================================================================
--- gnunet/src/testbed/Makefile.am      2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/testbed/Makefile.am      2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/testing/Makefile.am
===================================================================
--- gnunet/src/testing/Makefile.am      2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/testing/Makefile.am      2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/topology/Makefile.am
===================================================================
--- gnunet/src/topology/Makefile.am     2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/topology/Makefile.am     2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/transport/Makefile.am    2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/tun/Makefile.am
===================================================================
--- gnunet/src/tun/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/tun/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols

Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/util/Makefile.am 2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 plugindir = $(libdir)/gnunet
 

Modified: gnunet/src/vpn/Makefile.am
===================================================================
--- gnunet/src/vpn/Makefile.am  2013-09-16 12:37:16 UTC (rev 29307)
+++ gnunet/src/vpn/Makefile.am  2013-09-16 12:38:51 UTC (rev 29308)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined,--export-all-symbols




reply via email to

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