14 lines
181 B
Makefile
14 lines
181 B
Makefile
|
noinst_LIBRARIES = libnatpmp.a
|
||
|
|
||
|
libnatpmp_a_SOURCES = \
|
||
|
getgateway.c \
|
||
|
natpmp.c
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
getgateway.h \
|
||
|
natpmp.h
|
||
|
|
||
|
extra_DIST = \
|
||
|
README \
|
||
|
LICENSE
|