From aad857527cd63b5f79786df0c1aab50f4de87774 Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 14 Feb 2015 23:37:52 +0100 Subject: Control part of new api already kind of works --- toxav/Makefile.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'toxav/Makefile.inc') 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 \ $(PTHREAD_LIBS) \ $(AV_LIBS) + +noinst_PROGRAMS += av_test + +av_test_SOURCES = ../toxav/av_test.c + +av_test_CFLAGS = $(LIBSODIUM_CFLAGS) \ + $(NACL_CFLAGS) + +av_test_LDADD = $(LIBSODIUM_LDFLAGS) \ + $(NACL_LDFLAGS) \ + libtoxav.la \ + libtoxcore.la \ + $(LIBSODIUM_LIBS) \ + $(NACL_OBJECTS) \ + $(NACL_LIBS) + + endif \ No newline at end of file -- cgit v1.2.3