From c58eba587da3ac884c6c18b64c262aed8fd1c452 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Sun, 22 Nov 2015 18:57:59 +0000 Subject: [PATCH] Add upnp.h to tincd SOURCES. This was missing from 513bffe1fee07bcbcb50691e221874adc1507857. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1