diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-02 20:46:46 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-02 20:46:46 +0200 |
commit | bf8bdac13a2d399ddded91de4bfb05e8dad0a0c8 (patch) | |
tree | 1d423ae1de8622bd430d4a1f86030b971f8fa228 /src/stun | |
parent | 51b5c517de53e867c0bcadba1d9736f73e264b1b (diff) | |
download | twinkle-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.am | 15 |
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 |