2007-11-06 16:02:50 +00:00
|
|
|
noinst_LIBRARIES = libminiupnp.a
|
|
|
|
|
2012-04-29 09:09:33 +00:00
|
|
|
AM_CFLAGS = @PTHREAD_CFLAGS@ -DNDEBUG -D_GNU_SOURCE
|
2007-11-06 16:02:50 +00:00
|
|
|
|
|
|
|
libminiupnp_a_SOURCES = \
|
2010-04-05 22:44:14 +00:00
|
|
|
connecthostport.c \
|
2007-11-06 16:02:50 +00:00
|
|
|
igd_desc_parse.c \
|
|
|
|
minisoap.c \
|
|
|
|
minissdpc.c \
|
|
|
|
miniupnpc.c \
|
|
|
|
miniwget.c \
|
|
|
|
minixml.c \
|
2011-07-26 01:36:30 +00:00
|
|
|
portlistingparse.c \
|
|
|
|
receivedata.c \
|
2007-11-06 16:02:50 +00:00
|
|
|
upnpcommands.c \
|
|
|
|
upnpreplyparse.c
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
bsdqueue.h \
|
2008-10-30 20:01:29 +00:00
|
|
|
codelength.h \
|
2010-04-05 22:44:14 +00:00
|
|
|
connecthostport.h \
|
2007-11-06 16:02:50 +00:00
|
|
|
declspec.h \
|
|
|
|
igd_desc_parse.h \
|
|
|
|
minisoap.h \
|
|
|
|
minissdpc.h \
|
|
|
|
miniupnpc.h \
|
2011-07-26 01:36:30 +00:00
|
|
|
miniupnpctypes.h \
|
2007-11-06 16:02:50 +00:00
|
|
|
miniwget.h \
|
|
|
|
minixml.h \
|
2011-07-26 01:36:30 +00:00
|
|
|
portlistingparse.h \
|
|
|
|
receivedata.h \
|
2007-11-06 16:02:50 +00:00
|
|
|
upnpcommands.h \
|
|
|
|
upnpreplyparse.h
|
|
|
|
|
2009-07-14 23:32:03 +00:00
|
|
|
EXTRA_DIST = \
|
2007-11-06 16:02:50 +00:00
|
|
|
README \
|
2010-02-25 12:53:21 +00:00
|
|
|
LICENSE \
|
2009-07-14 23:55:44 +00:00
|
|
|
miniupnpcstrings.h.in \
|
2009-07-14 23:14:33 +00:00
|
|
|
updateminiupnpcstrings.sh
|
2009-07-14 17:06:59 +00:00
|
|
|
|
|
|
|
BUILT_SOURCES = \
|
|
|
|
miniupnpcstrings.h
|
|
|
|
|
|
|
|
miniupnpcstrings.h: Makefile
|
2012-05-30 18:56:30 +00:00
|
|
|
$(srcdir)/updateminiupnpcstrings.sh $(srcdir)/VERSION $(srcdir)/miniupnpcstrings.h.in $@
|
2009-07-17 20:15:53 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = $(builddir)/miniupnpcstrings.h
|