Add upnp.h to tincd SOURCES.

This was missing from 513bffe1fe.
This commit is contained in:
Etienne Dechamps 2015-11-22 18:57:59 +00:00 committed by Guus Sliepen
parent 613d586afd
commit c58eba587d

View 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