mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
18 lines
298 B
Makefile
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
|