diff options
Diffstat (limited to 'toxmsi/Makefile.inc')
-rw-r--r-- | toxmsi/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toxmsi/Makefile.inc b/toxmsi/Makefile.inc index 27678bc0..7d620e70 100644 --- a/toxmsi/Makefile.inc +++ b/toxmsi/Makefile.inc | |||
@@ -3,7 +3,8 @@ if BUILD_AV | |||
3 | lib_LTLIBRARIES += libtoxmsi.la | 3 | lib_LTLIBRARIES += libtoxmsi.la |
4 | 4 | ||
5 | libtoxmsi_la_include_HEADERS = \ | 5 | libtoxmsi_la_include_HEADERS = \ |
6 | ../toxmsi/toxmsi.h | 6 | ../toxmsi/toxmsi.h \ |
7 | ../toxmsi/toxmedia.h | ||
7 | 8 | ||
8 | libtoxmsi_la_includedir = $(includedir)/tox | 9 | libtoxmsi_la_includedir = $(includedir)/tox |
9 | 10 | ||
@@ -35,8 +36,7 @@ libtoxmsi_la_LIBS = $(NACL_LIBS) | |||
35 | noinst_PROGRAMS += phone | 36 | noinst_PROGRAMS += phone |
36 | 37 | ||
37 | phone_SOURCES = ../toxmsi/phone.c \ | 38 | phone_SOURCES = ../toxmsi/phone.c \ |
38 | ../toxmsi/AV_codec.h \ | 39 | ../toxmsi/toxmedia.c |
39 | ../toxmsi/AV_codec.c | ||
40 | 40 | ||
41 | phone_CFLAGS = -I../toxcore \ | 41 | phone_CFLAGS = -I../toxcore \ |
42 | -I../toxrtp \ | 42 | -I../toxrtp \ |