Add upnp.h to tincd SOURCES.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 22 Nov 2015 18:57:59 +0000 (18:57 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 22 Nov 2015 22:03:03 +0000 (23:03 +0100)
This was missing from 513bffe1fee07bcbcb50691e221874adc1507857.

src/Makefile.am

index c3e746f..035717b 100644 (file)
@@ -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