1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
transmission/third-party/libnatpmp/Makefile.am
2010-02-25 12:53:21 +00:00

18 lines
298 B
Makefile

noinst_LIBRARIES = libnatpmp.a
AM_CFLAGS = @PTHREAD_CFLAGS@ -DENABLE_STRNATPMPERR
libnatpmp_a_SOURCES = \
getgateway.c \
natpmp.c \
wingettimeofday.c
noinst_HEADERS = \
declspec.h \
getgateway.h \
natpmp.h \
wingettimeofday.h
EXTRA_DIST = \
README \
LICENSE