summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxav/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 50b3ad83..30879f65 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -68,7 +68,8 @@ phone_LDADD = libtoxav.la \
68 $(OPENAL_LIBS) \ 68 $(OPENAL_LIBS) \
69 $(OPUS_LIBS) \ 69 $(OPUS_LIBS) \
70 $(VPX_LIBS)\ 70 $(VPX_LIBS)\
71 $(PTHREAD_LIBS) 71 $(PTHREAD_LIBS)\
72 $(NACL_LIBS)
72 73
73 74
74endif \ No newline at end of file 75endif \ No newline at end of file