Skip to content

Commit

Permalink
install upnpdev.h
Browse files Browse the repository at this point in the history
It's required by miniupnpc.h
  • Loading branch information
recursive-rat4 committed Sep 18, 2015
1 parent 3a6e41f commit 1315c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions miniupnpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ install (FILES
igd_desc_parse.h
upnpreplyparse.h
upnperrors.h
upnpdev.h
miniupnpctypes.h
portlistingparse.h
miniupnpc_declspec.h
Expand Down
1 change: 1 addition & 0 deletions miniupnpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ OBJS = $(patsubst %.c,%.o,$(SRCS))
HEADERS = miniupnpc.h miniwget.h upnpcommands.h igd_desc_parse.h \
upnpreplyparse.h upnperrors.h miniupnpctypes.h \
portlistingparse.h \
upnpdev.h \
miniupnpc_declspec.h

# library names
Expand Down

0 comments on commit 1315c47

Please sign in to comment.