From: Etienne Dechamps <etienne@edechamps.fr>
Date: Sun, 22 Nov 2015 18:57:59 +0000 (+0000)
Subject: Add upnp.h to tincd SOURCES.
X-Git-Tag: release-1.1pre12~81
X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=c58eba587da3ac884c6c18b64c262aed8fd1c452;p=tinc

Add upnp.h to tincd SOURCES.

This was missing from 513bffe1fee07bcbcb50691e221874adc1507857.
---

diff --git a/src/Makefile.am b/src/Makefile.am
index c3e746f6..035717b8 100644
--- 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