mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
16 lines
235 B
Makefile
16 lines
235 B
Makefile
noinst_LIBRARIES = libnatpmp.a
|
|
|
|
AM_CPPFLAGS = -DENABLE_STRNATPMPERR
|
|
|
|
libnatpmp_a_SOURCES = \
|
|
getgateway.c \
|
|
natpmp.c
|
|
|
|
noinst_HEADERS = \
|
|
declspec.h \
|
|
getgateway.h \
|
|
natpmp.h
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
LICENSE
|