mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-20 22:34:37 +01:00
17 lines
235 B
Makefile
17 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
|