From 0267161624b98bd69f5b70a5f951a9c4b0e60d15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Jun 2018 19:52:38 +0200 Subject: remove dead tun --- src/tun/.gitignore | 2 -- src/tun/Makefile.am | 46 ---------------------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 src/tun/.gitignore delete mode 100644 src/tun/Makefile.am (limited to 'src/tun') diff --git a/src/tun/.gitignore b/src/tun/.gitignore deleted file mode 100644 index b26685596..000000000 --- a/src/tun/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -test_regex -test_tun diff --git a/src/tun/Makefile.am b/src/tun/Makefile.am deleted file mode 100644 index c741f5654..000000000 --- a/src/tun/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -# This Makefile.am is in the public domain -AM_CPPFLAGS = -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 \ - regex.c -libgnunettun_la_LIBADD = \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ - $(LTLIBINTL) -libgnunettun_la_LDFLAGS = \ - $(GN_LIB_LDFLAGS) \ - -version-info 1:0:1 - - -check_PROGRAMS = \ - test_tun \ - test_regex - -if ENABLE_TEST_RUN -AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; -TESTS = $(check_PROGRAMS) -endif - -test_tun_SOURCES = \ - test_tun.c -test_tun_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ - libgnunettun.la - - -test_regex_SOURCES = \ - test_regex.c -test_regex_LDADD = \ - $(top_builddir)/src/util/libgnunetutil.la \ - libgnunettun.la -- cgit v1.2.3