From: David Brodski Date: Wed, 28 Jul 2010 11:04:37 +0000 (+0000) Subject: Makefile.am fixed, but to compile libpcap is still needed. X-Git-Tag: initial-import-from-subversion-38251~20827 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b74643793db765f308eb522856954ab81ef8ead;p=oweals%2Fgnunet.git Makefile.am fixed, but to compile libpcap is still needed. --- diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 5f61246ea..fb6095fc1 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -62,9 +62,9 @@ gnunet_nat_server_SOURCES = \ gnunet-nat-server.c gnunet_wlan_SOURCES = \ - gnunet-wlan.c -#gnunet_wlan_LDADD = \ -# -lpcap + gnunet-transport-wlan-helper.c +gnunet_wlan_LDADD = \ + -lpcap gnunet_nat_client_SOURCES = \ gnunet-nat-client.c diff --git a/src/transport/gnunet-wlan.c b/src/transport/gnunet-wlan.c deleted file mode 100644 index 192366843..000000000 --- a/src/transport/gnunet-wlan.c +++ /dev/null @@ -1 +0,0 @@ -int main() {return 0;}