summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 0b4b869d..3907951e 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -10,8 +10,10 @@ libtoxav_la_SOURCES = ../toxav/rtp.h \
10 ../toxav/msi.c \ 10 ../toxav/msi.c \
11 ../toxav/group.h \ 11 ../toxav/group.h \
12 ../toxav/group.c \ 12 ../toxav/group.c \
13 ../toxav/codec.h \ 13 ../toxav/audio.h \
14 ../toxav/codec.c \ 14 ../toxav/audio.c \
15 ../toxav/video.h \
16 ../toxav/video.c \
15 ../toxav/toxav.h \ 17 ../toxav/toxav.h \
16 ../toxav/toxav.c 18 ../toxav/toxav.c
17 19