transmission/third-party/libnatpmp/Makefile.am

19 lines
298 B
Makefile
Raw Normal View History

2007-12-08 19:54:35 +00:00
noinst_LIBRARIES = libnatpmp.a
AM_CFLAGS = @PTHREAD_CFLAGS@ -DENABLE_STRNATPMPERR
2007-12-08 19:54:35 +00:00
libnatpmp_a_SOURCES = \
getgateway.c \
natpmp.c \
wingettimeofday.c
2007-12-08 19:54:35 +00:00
noinst_HEADERS = \
declspec.h \
2007-12-08 19:54:35 +00:00
getgateway.h \
natpmp.h \
wingettimeofday.h
2007-12-08 19:54:35 +00:00
EXTRA_DIST = \
2007-12-08 19:54:35 +00:00
README \
LICENSE