aboutsummaryrefslogtreecommitdiff
path: root/src/nat/libnatpmp/Makefile.am
blob: 923ab169d691c127db6aec7d0c1dfab47e04568b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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