Merge remote-tracking branch 'rat4/patch'
This commit is contained in:
commit
146164a5ca
|
@ -70,9 +70,11 @@ set (MINIUPNPC_SOURCES
|
||||||
miniupnpc.c
|
miniupnpc.c
|
||||||
minixml.c
|
minixml.c
|
||||||
minisoap.c
|
minisoap.c
|
||||||
|
minissdpc.c
|
||||||
miniwget.c
|
miniwget.c
|
||||||
upnpc.c
|
upnpc.c
|
||||||
upnpcommands.c
|
upnpcommands.c
|
||||||
|
upnpdev.c
|
||||||
upnpreplyparse.c
|
upnpreplyparse.c
|
||||||
upnperrors.c
|
upnperrors.c
|
||||||
connecthostport.c
|
connecthostport.c
|
||||||
|
@ -164,6 +166,7 @@ install (FILES
|
||||||
igd_desc_parse.h
|
igd_desc_parse.h
|
||||||
upnpreplyparse.h
|
upnpreplyparse.h
|
||||||
upnperrors.h
|
upnperrors.h
|
||||||
|
upnpdev.h
|
||||||
miniupnpctypes.h
|
miniupnpctypes.h
|
||||||
portlistingparse.h
|
portlistingparse.h
|
||||||
miniupnpc_declspec.h
|
miniupnpc_declspec.h
|
||||||
|
|
|
@ -89,6 +89,7 @@ OBJS = $(patsubst %.c,%.o,$(SRCS))
|
||||||
HEADERS = miniupnpc.h miniwget.h upnpcommands.h igd_desc_parse.h \
|
HEADERS = miniupnpc.h miniwget.h upnpcommands.h igd_desc_parse.h \
|
||||||
upnpreplyparse.h upnperrors.h miniupnpctypes.h \
|
upnpreplyparse.h upnperrors.h miniupnpctypes.h \
|
||||||
portlistingparse.h \
|
portlistingparse.h \
|
||||||
|
upnpdev.h \
|
||||||
miniupnpc_declspec.h
|
miniupnpc_declspec.h
|
||||||
|
|
||||||
# library names
|
# library names
|
||||||
|
|
Loading…
Reference in New Issue