diff options
Diffstat (limited to 'toxrtp/Makefile.inc')
-rw-r--r-- | toxrtp/Makefile.inc | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/toxrtp/Makefile.inc b/toxrtp/Makefile.inc deleted file mode 100644 index 801a7fd3..00000000 --- a/toxrtp/Makefile.inc +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | if BUILD_AV | ||
2 | |||
3 | lib_LTLIBRARIES += libtoxrtp.la | ||
4 | |||
5 | libtoxrtp_la_include_HEADERS = \ | ||
6 | ../toxrtp/toxrtp.h | ||
7 | |||
8 | libtoxrtp_la_includedir = $(includedir)/tox | ||
9 | |||
10 | libtoxrtp_la_SOURCES = ../toxrtp/toxrtp_error.h \ | ||
11 | ../toxrtp/toxrtp_error.c \ | ||
12 | ../toxrtp/toxrtp_error_id.h \ | ||
13 | ../toxrtp/toxrtp_helper.h \ | ||
14 | ../toxrtp/toxrtp_helper.c \ | ||
15 | ../toxrtp/toxrtp.h \ | ||
16 | ../toxrtp/toxrtp.c \ | ||
17 | ../toxrtp/toxrtp_message.h \ | ||
18 | ../toxrtp/toxrtp_message.c \ | ||
19 | ../toxcore/network.h \ | ||
20 | ../toxcore/network.c \ | ||
21 | ../toxcore/util.h \ | ||
22 | ../toxcore/util.c | ||
23 | |||
24 | libtoxrtp_la_CFLAGS = -I../toxcore \ | ||
25 | -I../toxrtp \ | ||
26 | $(NACL_CFLAGS) | ||
27 | |||
28 | libtoxrtp_la_LDFLAGS = $(TOXRTP_LT_LDFLAGS) \ | ||
29 | $(NACL_LDFLAGS) \ | ||
30 | $(EXTRA_LT_LDFLAGS) | ||
31 | |||
32 | libtoxrtp_la_LIBS = $(NACL_LIBS) | ||
33 | |||
34 | endif | ||