source:
trunk/third-party/libnatpmp/Makefile.am
@
8811
Last change on this file since 8811 was 8811, checked in by titer, 13 years ago | |
---|---|
File size: 235 bytes |
Line | |
---|---|
1 | noinst_LIBRARIES = libnatpmp.a |
2 | |
3 | AM_CPPFLAGS = -DENABLE_STRNATPMPERR |
4 | |
5 | libnatpmp_a_SOURCES = \ |
6 | getgateway.c \ |
7 | natpmp.c |
8 | |
9 | noinst_HEADERS = \ |
10 | declspec.h \ |
11 | getgateway.h \ |
12 | natpmp.h |
13 | |
14 | EXTRA_DIST = \ |
15 | README \ |
16 | LICENSE |
Note: See TracBrowser
for help on using the repository browser.