mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 00:40:03 +01:00
19 lines
298 B
Makefile
19 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
|