summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
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