summaryrefslogtreecommitdiff
path: root/toxrtp/Makefile.inc
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-01-25 01:32:33 +0100
committermannol <eniz_vukovic@hotmail.com>2014-01-25 01:32:33 +0100
commit65d320e31daa4709bb48b7f2a52c269dde0927e9 (patch)
tree45081a96be413d850a837d6afcee19fcfbfe7aca /toxrtp/Makefile.inc
parent51d8c41390be853a13693476802a834daf8d156a (diff)
Done with encryption and core adaptations.
Diffstat (limited to 'toxrtp/Makefile.inc')
-rw-r--r--toxrtp/Makefile.inc34
1 files changed, 0 insertions, 34 deletions
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 @@
1if BUILD_AV
2
3lib_LTLIBRARIES += libtoxrtp.la
4
5libtoxrtp_la_include_HEADERS = \
6 ../toxrtp/toxrtp.h
7
8libtoxrtp_la_includedir = $(includedir)/tox
9
10libtoxrtp_la_SOURCES = ../toxrtp/toxrtp_error.h \
11 ../toxrtp/toxrtp_error.c \
12 ../toxrtp/toxrtp_error_id.h \
13 ../toxrtp/toxrtp_helper.h \
14 ../toxrtp/toxrtp_helper.c \
15 ../toxrtp/toxrtp.h \
16 ../toxrtp/toxrtp.c \
17 ../toxrtp/toxrtp_message.h \
18 ../toxrtp/toxrtp_message.c \
19 ../toxcore/network.h \
20 ../toxcore/network.c \
21 ../toxcore/util.h \
22 ../toxcore/util.c
23
24libtoxrtp_la_CFLAGS = -I../toxcore \
25 -I../toxrtp \
26 $(NACL_CFLAGS)
27
28libtoxrtp_la_LDFLAGS = $(TOXRTP_LT_LDFLAGS) \
29 $(NACL_LDFLAGS) \
30 $(EXTRA_LT_LDFLAGS)
31
32libtoxrtp_la_LIBS = $(NACL_LIBS)
33
34endif