summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-11-07 21:30:26 -0500
committerirungentoo <irungentoo@gmail.com>2014-11-07 21:30:26 -0500
commitd7f1f223eeaea9abcdd7e0395741dfa4a46bee7c (patch)
tree4239226a9c4c08eb45561125777993ed0d264109 /toxav/Makefile.inc
parent6d90808c15c853a0f6e63554133ce89108b0b227 (diff)
First commit of actual A/V code for group chats.
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index de8ef8ff..0b4b869d 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -8,6 +8,8 @@ libtoxav_la_SOURCES = ../toxav/rtp.h \
8 ../toxav/rtp.c \ 8 ../toxav/rtp.c \
9 ../toxav/msi.h \ 9 ../toxav/msi.h \
10 ../toxav/msi.c \ 10 ../toxav/msi.c \
11 ../toxav/group.h \
12 ../toxav/group.c \
11 ../toxav/codec.h \ 13 ../toxav/codec.h \
12 ../toxav/codec.c \ 14 ../toxav/codec.c \
13 ../toxav/toxav.h \ 15 ../toxav/toxav.h \