summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-04-25 11:17:20 -0400
committerirungentoo <irungentoo@gmail.com>2014-04-25 11:17:20 -0400
commit45d122e2cbdd0a69dbd76941dc8a8a44ec1f0842 (patch)
tree8bcc6c3f085825373490ec78aa35f6484febca63 /toxav
parentc16928c4aa606291eb05a94b8228096d3a71d11c (diff)
Fixed building with NaCl.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 0cad1840..c3ab0da2 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -68,6 +68,7 @@ phone_LDADD = libtoxav.la \
68 $(OPUS_LIBS) \ 68 $(OPUS_LIBS) \
69 $(VPX_LIBS)\ 69 $(VPX_LIBS)\
70 $(PTHREAD_LIBS)\ 70 $(PTHREAD_LIBS)\
71 $(NACL_OBJECTS) \
71 $(NACL_LIBS) 72 $(NACL_LIBS)
72 73
73 74