projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
613d586
)
Add upnp.h to tincd SOURCES.
author
Etienne Dechamps
<etienne@edechamps.fr>
Sun, 22 Nov 2015 18:57:59 +0000
(18:57 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 22 Nov 2015 22:03:03 +0000
(23:03 +0100)
This was missing from
513bffe1fee07bcbcb50691e221874adc1507857
.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index c3e746f62535df2a5bebd295fbd60cbf630de2ef..035717b8cc4434aeff4b21efb9ff51693619f0f4 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-252,7
+252,7
@@
endif
endif
if MINIUPNPC
-tincd_SOURCES += upnp.c
+tincd_SOURCES += upnp.
h upnp.
c
tincd_LDADD = $(MINIUPNPC_LIBS)
tincd_LDFLAGS = -pthread
endif