summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-02-14 23:37:52 +0100
committermannol <eniz_vukovic@hotmail.com>2015-02-14 23:37:52 +0100
commitaad857527cd63b5f79786df0c1aab50f4de87774 (patch)
treec94463c21fe2d73b1ec514b223a5e0166e1e8693 /toxav/Makefile.inc
parent39680f31d0121cef2358507fcea84cacad69893a (diff)
Control part of new api already kind of works
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 0b4b869d..6458260d 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -35,4 +35,21 @@ libtoxav_la_LIBADD = libtoxcore.la \
35 $(PTHREAD_LIBS) \ 35 $(PTHREAD_LIBS) \
36 $(AV_LIBS) 36 $(AV_LIBS)
37 37
38
39noinst_PROGRAMS += av_test
40
41av_test_SOURCES = ../toxav/av_test.c
42
43av_test_CFLAGS = $(LIBSODIUM_CFLAGS) \
44 $(NACL_CFLAGS)
45
46av_test_LDADD = $(LIBSODIUM_LDFLAGS) \
47 $(NACL_LDFLAGS) \
48 libtoxav.la \
49 libtoxcore.la \
50 $(LIBSODIUM_LIBS) \
51 $(NACL_OBJECTS) \
52 $(NACL_LIBS)
53
54
38endif \ No newline at end of file 55endif \ No newline at end of file