summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 3907951e..79275c9b 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -15,7 +15,9 @@ libtoxav_la_SOURCES = ../toxav/rtp.h \
15 ../toxav/video.h \ 15 ../toxav/video.h \
16 ../toxav/video.c \ 16 ../toxav/video.c \
17 ../toxav/toxav.h \ 17 ../toxav/toxav.h \
18 ../toxav/toxav.c 18 ../toxav/toxav.c \
19 ../toxav/toxav_old.h \
20 ../toxav/toxav_old.c
19 21
20 22
21libtoxav_la_CFLAGS = -I../toxcore \ 23libtoxav_la_CFLAGS = -I../toxcore \