Last change
on this file since 10286 was
10286,
checked in by livings124, 11 years ago
|
update miniupnp and libnatpmp makefiles
|
File size:
768 bytes
|
Line | |
---|
1 | noinst_LIBRARIES = libminiupnp.a |
---|
2 | |
---|
3 | AM_CFLAGS = @PTHREAD_CFLAGS@ -DNDEBUG |
---|
4 | |
---|
5 | libminiupnp_a_SOURCES = \ |
---|
6 | igd_desc_parse.c \ |
---|
7 | minisoap.c \ |
---|
8 | minissdpc.c \ |
---|
9 | miniupnpc.c \ |
---|
10 | miniwget.c \ |
---|
11 | minixml.c \ |
---|
12 | upnpcommands.c \ |
---|
13 | upnpreplyparse.c |
---|
14 | |
---|
15 | noinst_HEADERS = \ |
---|
16 | bsdqueue.h \ |
---|
17 | codelength.h \ |
---|
18 | declspec.h \ |
---|
19 | igd_desc_parse.h \ |
---|
20 | minisoap.h \ |
---|
21 | minissdpc.h \ |
---|
22 | miniupnpc.h \ |
---|
23 | miniwget.h \ |
---|
24 | minixml.h \ |
---|
25 | upnpcommands.h \ |
---|
26 | upnpreplyparse.h |
---|
27 | |
---|
28 | EXTRA_DIST = \ |
---|
29 | README \ |
---|
30 | LICENSE \ |
---|
31 | miniupnpcstrings.h.in \ |
---|
32 | updateminiupnpcstrings.sh |
---|
33 | |
---|
34 | BUILT_SOURCES = \ |
---|
35 | miniupnpcstrings.h |
---|
36 | |
---|
37 | miniupnpcstrings.h: Makefile |
---|
38 | $(srcdir)/updateminiupnpcstrings.sh $(srcdir)/miniupnpcstrings.h.in $@ |
---|
39 | |
---|
40 | DISTCLEANFILES = $(builddir)/miniupnpcstrings.h |
---|
Note: See
TracBrowser
for help on using the repository browser.