summaryrefslogtreecommitdiffstats
path: root/src/stun
diff options
context:
space:
mode:
authorLubos Dolezel <lubos@dolezel.info>2015-06-02 20:46:46 +0200
committerLubos Dolezel <lubos@dolezel.info>2015-06-02 20:46:46 +0200
commitbf8bdac13a2d399ddded91de4bfb05e8dad0a0c8 (patch)
tree1d423ae1de8622bd430d4a1f86030b971f8fa228 /src/stun
parent51b5c517de53e867c0bcadba1d9736f73e264b1b (diff)
downloadtwinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.gz
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.lz
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.tar.xz
twinkle-bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8.zip
Removed old build system
twinkle.desktop is now installed
Diffstat (limited to 'src/stun')
-rw-r--r--src/stun/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/stun/Makefile.am b/src/stun/Makefile.am
deleted file mode 100644
index f52face..0000000
--- a/src/stun/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-AM_CPPFLAGS = \
- -Wall \
- -I$(top_srcdir)/src \
- $(CCRTP_CFLAGS)\
- $(XML2_CFLAGS)
-
-noinst_LIBRARIES = libstun.a
-
-libstun_a_SOURCES =\
- stun.cxx\
- stun_transaction.cpp\
- udp.cxx\
- stun.h\
- stun_transaction.h\
- udp.h