fixing build
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Jul 2010 08:47:39 +0000 (08:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Jul 2010 08:47:39 +0000 (08:47 +0000)
src/transport/Makefile.am
src/transport/gnunet-wlan.c [new file with mode: 0644]

index c6f57065d959284f4dba0058d2bc2f119371ac88..f2d293d41d84437de41508a68a734da1ab633bb6 100644 (file)
@@ -64,8 +64,8 @@ gnunet_nat_server_SOURCES = \
 
 gnunet_wlan_SOURCES = \
  gnunet-wlan.c         
-gnunet_wlan_LDADD = \
- -lpcap
+#gnunet_wlan_LDADD = \
+# -lpcap
 
 gnunet_nat_client_SOURCES = \
  gnunet-nat-client.c         
@@ -292,4 +292,4 @@ EXTRA_DIST = \
   test_transport_api_rel_http_peer2.conf \
   test_transport_api_rel_https_peer1.conf \
   test_transport_api_rel_https_peer2.conf \
-  test_plugin_transport_data_http.conf
\ No newline at end of file
+  test_plugin_transport_data_http.conf
diff --git a/src/transport/gnunet-wlan.c b/src/transport/gnunet-wlan.c
new file mode 100644 (file)
index 0000000..1923668
--- /dev/null
@@ -0,0 +1 @@
+int main() {return 0;}