summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-04-21 02:31:12 +0200
committermannol <eniz_vukovic@hotmail.com>2015-04-21 02:31:12 +0200
commit3fd0ee5f0873924b4881b0e33eb1c17ea877ab4a (patch)
tree6a4ee64a3ea7f0191ccfd0205a68411cf0b84063 /toxav/Makefile.inc
parentcbb8fdd4eab3bae4db1179f1fa04cdaa35957aeb (diff)
Final touchups
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index a73ddc91..d9adb4fe 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -12,6 +12,10 @@ libtoxav_la_SOURCES = ../toxav/rtp.h \
12 ../toxav/group.c \ 12 ../toxav/group.c \
13 ../toxav/codec.h \ 13 ../toxav/codec.h \
14 ../toxav/codec.c \ 14 ../toxav/codec.c \
15 ../toxav/audio.h \
16 ../toxav/audio.c \
17 ../toxav/video.h \
18 ../toxav/video.c \
15 ../toxav/toxav.h \ 19 ../toxav/toxav.h \
16 ../toxav/toxav.c 20 ../toxav/toxav.c
17 21