aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-08 09:56:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-08 09:56:31 +0000
commitbc460c0dd8d61ab51ebd944c54b9826cac00920b (patch)
treee7a3d87ec4eef163b4191e1d22828ff638a757bb /src/transport
parent4cb7e23cef8a149ac1334519ff898cc05811ac66 (diff)
downloadgnunet-bc460c0dd8d61ab51ebd944c54b9826cac00920b.tar.gz
gnunet-bc460c0dd8d61ab51ebd944c54b9826cac00920b.zip
pcap no longer needed
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a13cc0518..0b2305c22 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -115,12 +115,10 @@ gnunet_transport_wlan_helper_dummy_SOURCES = \
115 test_plugin_transport_wlan_dummy.c 115 test_plugin_transport_wlan_dummy.c
116 116
117gnunet_transport_wlan_helper_LDADD = \ 117gnunet_transport_wlan_helper_LDADD = \
118 $(top_builddir)/src/util/libgnunetutil.la \ 118 $(top_builddir)/src/util/libgnunetutil.la
119 -lpcap
120 119
121gnunet_transport_wlan_helper_dummy_LDADD = \ 120gnunet_transport_wlan_helper_dummy_LDADD = \
122 $(top_builddir)/src/util/libgnunetutil.la \ 121 $(top_builddir)/src/util/libgnunetutil.la
123 -lpcap
124 122
125gnunet_nat_client_SOURCES = \ 123gnunet_nat_client_SOURCES = \
126 $(NATCLIENT) 124 $(NATCLIENT)