diff options
author | aunsane <aunsane@gmail.com> | 2017-12-21 00:02:10 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-12-21 00:02:10 +0300 |
commit | b60db432a3232b0569db7d39c04479efbcc9b73d (patch) | |
tree | bf9179bc32d538092eb029971ff191ecf187e74f /protocols/Tox/libtox/src/toxdns | |
parent | b8fc5f5dd8f83d1c3d40a15ec28ac320de21dabd (diff) |
Tox: updated libtox
Diffstat (limited to 'protocols/Tox/libtox/src/toxdns')
-rw-r--r-- | protocols/Tox/libtox/src/toxdns/Makefile.inc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/protocols/Tox/libtox/src/toxdns/Makefile.inc b/protocols/Tox/libtox/src/toxdns/Makefile.inc deleted file mode 100644 index 5b7c012320..0000000000 --- a/protocols/Tox/libtox/src/toxdns/Makefile.inc +++ /dev/null @@ -1,35 +0,0 @@ -lib_LTLIBRARIES += libtoxdns.la - -libtoxdns_la_include_HEADERS = \ - ../toxdns/toxdns.h - -libtoxdns_la_includedir = $(includedir)/tox - -libtoxdns_la_SOURCES = ../toxdns/toxdns.h \ - ../toxdns/toxdns.c - -libtoxdns_la_CFLAGS = -I$(top_srcdir) \ - -I$(top_srcdir)/toxcore \ - $(LIBSODIUM_CFLAGS) \ - $(NACL_CFLAGS) \ - $(PTHREAD_CFLAGS) - -libtoxdns_la_LDFLAGS = $(LT_LDFLAGS) \ - $(EXTRA_LT_LDFLAGS) \ - $(LIBSODIUM_LDFLAGS) \ - $(NACL_LDFLAGS) \ - $(MATH_LDFLAGS) \ - $(RT_LIBS) \ - $(WINSOCK2_LIBS) - -libtoxdns_la_LIBADD = $(LIBSODIUM_LIBS) \ - $(NACL_OBJECTS) \ - $(NAC_LIBS) \ - $(PTHREAD_LIBS) \ - libtoxcore.la - -if SET_SO_VERSION - -EXTRA_libtoxdns_la_DEPENDENCIES = ../so.version - -endif |