summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-02-16 22:11:10 +0100
committermannol <eniz_vukovic@hotmail.com>2014-02-16 19:11:55 -0500
commitf79b327fd639b2dcca9d4d2c137f93c1dce622fc (patch)
treeed79b5e14226cd06bae283d3a38d29c098c828a9
parent272ed7e6db2c76be6829c36d9ce4c77de7b4cf52 (diff)
Fixed build 'error'
-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