mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
14 lines
181 B
Text
14 lines
181 B
Text
|
noinst_LIBRARIES = libnatpmp.a
|
||
|
|
||
|
libnatpmp_a_SOURCES = \
|
||
|
getgateway.c \
|
||
|
natpmp.c
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
getgateway.h \
|
||
|
natpmp.h
|
||
|
|
||
|
extra_DIST = \
|
||
|
README \
|
||
|
LICENSE
|