Line | |
---|
1 | noinst_LIBRARIES = libminiupnp.a |
---|
2 | |
---|
3 | AM_CFLAGS = @PTHREAD_CFLAGS@ -DNDEBUG |
---|
4 | |
---|
5 | libminiupnp_a_SOURCES = \ |
---|
6 | connecthostport.c \ |
---|
7 | igd_desc_parse.c \ |
---|
8 | minisoap.c \ |
---|
9 | minissdpc.c \ |
---|
10 | miniupnpc.c \ |
---|
11 | miniwget.c \ |
---|
12 | minixml.c \ |
---|
13 | upnpcommands.c \ |
---|
14 | upnpreplyparse.c |
---|
15 | |
---|
16 | noinst_HEADERS = \ |
---|
17 | bsdqueue.h \ |
---|
18 | codelength.h \ |
---|
19 | connecthostport.h \ |
---|
20 | declspec.h \ |
---|
21 | igd_desc_parse.h \ |
---|
22 | minisoap.h \ |
---|
23 | minissdpc.h \ |
---|
24 | miniupnpc.h \ |
---|
25 | miniwget.h \ |
---|
26 | minixml.h \ |
---|
27 | upnpcommands.h \ |
---|
28 | upnpreplyparse.h |
---|
29 | |
---|
30 | EXTRA_DIST = \ |
---|
31 | README \ |
---|
32 | LICENSE \ |
---|
33 | miniupnpcstrings.h.in \ |
---|
34 | updateminiupnpcstrings.sh |
---|
35 | |
---|
36 | BUILT_SOURCES = \ |
---|
37 | miniupnpcstrings.h |
---|
38 | |
---|
39 | miniupnpcstrings.h: Makefile |
---|
40 | $(srcdir)/updateminiupnpcstrings.sh $(srcdir)/miniupnpcstrings.h.in $@ |
---|
41 | |
---|
42 | DISTCLEANFILES = $(builddir)/miniupnpcstrings.h |
---|
Note: See
TracBrowser
for help on using the repository browser.