summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc43
1 files changed, 1 insertions, 42 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 60b50ff0..65098f1f 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -34,45 +34,4 @@ libtoxav_la_LIBADD = libtoxcore.la \
34 $(PTHREAD_LIBS) \ 34 $(PTHREAD_LIBS) \
35 $(AV_LIBS) 35 $(AV_LIBS)
36 36
37 37endif \ No newline at end of file
38endif
39
40
41
42
43
44
45if BUILD_PHONE
46
47
48noinst_PROGRAMS += phone
49
50phone_SOURCES = ../toxav/phone.c
51
52phone_CFLAGS = -I../toxcore \
53 -I../toxav \
54 $(AVFORMAT_CFLAGS) \
55 $(AVCODEC_CFLAGS) \
56 $(AVUTIL_CFLAGS) \
57 $(AVDEVICE_CFLAGS) \
58 $(SWSCALE_CFLAGS) \
59 $(SDL_CFLAGS) \
60 $(OPENAL_CFLAGS)
61
62phone_LDADD = libtoxav.la \
63 libtoxcore.la \
64 $(AVFORMAT_LIBS) \
65 $(AVCODEC_LIBS) \
66 $(AVUTIL_LIBS) \
67 $(AVDEVICE_LIBS) \
68 $(SWSCALE_LIBS) \
69 $(SDL_LIBS) \
70 $(OPENAL_LIBS) \
71 $(OPUS_LIBS) \
72 $(VPX_LIBS)\
73 $(PTHREAD_LIBS)\
74 $(NACL_OBJECTS) \
75 $(NACL_LIBS)
76
77
78endif