From 65d320e31daa4709bb48b7f2a52c269dde0927e9 Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 25 Jan 2014 01:32:33 +0100 Subject: Done with encryption and core adaptations. --- toxrtp/Makefile.inc | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 toxrtp/Makefile.inc (limited to 'toxrtp/Makefile.inc') diff --git a/toxrtp/Makefile.inc b/toxrtp/Makefile.inc deleted file mode 100644 index 801a7fd3..00000000 --- a/toxrtp/Makefile.inc +++ /dev/null @@ -1,34 +0,0 @@ -if BUILD_AV - -lib_LTLIBRARIES += libtoxrtp.la - -libtoxrtp_la_include_HEADERS = \ - ../toxrtp/toxrtp.h - -libtoxrtp_la_includedir = $(includedir)/tox - -libtoxrtp_la_SOURCES = ../toxrtp/toxrtp_error.h \ - ../toxrtp/toxrtp_error.c \ - ../toxrtp/toxrtp_error_id.h \ - ../toxrtp/toxrtp_helper.h \ - ../toxrtp/toxrtp_helper.c \ - ../toxrtp/toxrtp.h \ - ../toxrtp/toxrtp.c \ - ../toxrtp/toxrtp_message.h \ - ../toxrtp/toxrtp_message.c \ - ../toxcore/network.h \ - ../toxcore/network.c \ - ../toxcore/util.h \ - ../toxcore/util.c - -libtoxrtp_la_CFLAGS = -I../toxcore \ - -I../toxrtp \ - $(NACL_CFLAGS) - -libtoxrtp_la_LDFLAGS = $(TOXRTP_LT_LDFLAGS) \ - $(NACL_LDFLAGS) \ - $(EXTRA_LT_LDFLAGS) - -libtoxrtp_la_LIBS = $(NACL_LIBS) - -endif -- cgit v1.2.3