1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 20:06:53 +01:00

17 lines
235 B
Makefile
Raw Normal View History

2011-03-08 16:34:20 +00:00
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