gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19210 - in gnunet: . src src/tun


From: gnunet
Subject: [GNUnet-SVN] r19210 - in gnunet: . src src/tun
Date: Tue, 17 Jan 2012 20:00:11 +0100

Author: grothoff
Date: 2012-01-17 20:00:11 +0100 (Tue, 17 Jan 2012)
New Revision: 19210

Added:
   gnunet/src/tun/
   gnunet/src/tun/Makefile.am
Modified:
   gnunet/configure.ac
Log:
-starting TUN lib

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2012-01-17 18:59:02 UTC (rev 19209)
+++ gnunet/configure.ac 2012-01-17 19:00:11 UTC (rev 19210)
@@ -891,6 +891,7 @@
 src/topology/Makefile
 src/transport/Makefile
 src/transport/transport.conf
+src/tun/Makefile
 src/util/Makefile
 src/util/resolver.conf
 src/vpn/Makefile

Added: gnunet/src/tun/Makefile.am
===================================================================
--- gnunet/src/tun/Makefile.am                          (rev 0)
+++ gnunet/src/tun/Makefile.am  2012-01-17 19:00:11 UTC (rev 19210)
@@ -0,0 +1,20 @@
+INCLUDES = -I$(top_srcdir)/src/include
+
+if MINGW
+  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
+endif
+
+if USE_COVERAGE
+  AM_CFLAGS = --coverage -O0
+  XLIB = -lgcov
+endif
+
+lib_LTLIBRARIES = libgnunettun.la
+
+libgnunettun_la_SOURCES = \
+  tun.c
+libgnunettun_la_LIBADD = \
+ $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
+libgnunethello_la_LDFLAGS = \
+  $(GN_LIB_LDFLAGS)
+




reply via email to

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