From 6be112bbd13b5e6708decbf92f953326ecac8a25 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 23 Oct 2013 09:32:28 +0000 Subject: -moving from libcurl to libgnurl --- src/pt/Makefile.am | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/pt/Makefile.am') diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am index aff43b2ef..76d5d8c80 100644 --- a/src/pt/Makefile.am +++ b/src/pt/Makefile.am @@ -18,10 +18,10 @@ dist_pkgcfg_DATA = \ pt.conf libexec_PROGRAMS = \ - gnunet-daemon-pt + gnunet-daemon-pt gnunet_daemon_pt_SOURCES = \ - gnunet-daemon-pt.c + gnunet-daemon-pt.c gnunet_daemon_pt_LDADD = \ $(top_builddir)/src/vpn/libgnunetvpn.la \ $(top_builddir)/src/mesh/libgnunetmesh.la \ @@ -34,7 +34,7 @@ gnunet_daemon_pt_LDADD = \ if HAVE_TESTING if HAVE_MHD -if HAVE_LIBCURL +if HAVE_LIBGNURL if LINUX VPN_TEST = \ test_gnunet_vpn-4_to_6 \ @@ -48,7 +48,7 @@ if MINGW test_gnunet_vpn-4_to_6 \ test_gnunet_vpn-6_to_4 \ test_gnunet_vpn-6_over \ - test_gnunet_vpn-4_over + test_gnunet_vpn-4_over endif endif endif @@ -68,47 +68,47 @@ EXTRA_DIST = \ test_gns_vpn_SOURCES = \ test_gns_vpn.c -test_gns_vpn_LDADD = -lmicrohttpd @LIBCURL@ \ +test_gns_vpn_LDADD = -lmicrohttpd @LIBGNURL@ \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la test_gns_vpn_CPPFLAGS = \ - @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS) + @LIBGNURL_CPPFLAGS@ $(AM_CPPFLAGS) test_gnunet_vpn_4_over_SOURCES = \ test_gnunet_vpn.c -test_gnunet_vpn_4_over_LDADD = -lmicrohttpd @LIBCURL@ \ +test_gnunet_vpn_4_over_LDADD = -lmicrohttpd @LIBGNURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_4_over_CPPFLAGS = \ - @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS) + @LIBGNURL_CPPFLAGS@ $(AM_CPPFLAGS) test_gnunet_vpn_6_over_SOURCES = \ test_gnunet_vpn.c -test_gnunet_vpn_6_over_LDADD = -lmicrohttpd @LIBCURL@ \ +test_gnunet_vpn_6_over_LDADD = -lmicrohttpd @LIBGNURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_6_over_CPPFLAGS = \ - @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS) + @LIBGNURL_CPPFLAGS@ $(AM_CPPFLAGS) test_gnunet_vpn_4_to_6_SOURCES = \ test_gnunet_vpn.c -test_gnunet_vpn_4_to_6_LDADD = -lmicrohttpd @LIBCURL@ \ +test_gnunet_vpn_4_to_6_LDADD = -lmicrohttpd @LIBGNURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_4_to_6_CPPFLAGS = \ - @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS) + @LIBGNURL_CPPFLAGS@ $(AM_CPPFLAGS) test_gnunet_vpn_6_to_4_SOURCES = \ test_gnunet_vpn.c -test_gnunet_vpn_6_to_4_LDADD = -lmicrohttpd @LIBCURL@ \ +test_gnunet_vpn_6_to_4_LDADD = -lmicrohttpd @LIBGNURL@ \ $(top_builddir)/src/vpn/libgnunetvpn.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la test_gnunet_vpn_6_to_4_CPPFLAGS = \ - @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS) + @LIBGNURL_CPPFLAGS@ $(AM_CPPFLAGS) -- cgit v1.2.3