X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=035717b8cc4434aeff4b21efb9ff51693619f0f4;hb=9fdf4278f8c8c1563d45205c9e9f1bc351bd814f;hp=63af709cdb77024897f8d47ea69631080984eeed;hpb=d8a3a182de30d649ed6764dd5d64b57ad77a446e;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 63af709c..035717b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -251,6 +251,12 @@ sptps_speed_SOURCES += \ endif endif +if MINIUPNPC +tincd_SOURCES += upnp.h upnp.c +tincd_LDADD = $(MINIUPNPC_LIBS) +tincd_LDFLAGS = -pthread +endif + tinc_LDADD = $(READLINE_LIBS) $(CURSES_LIBS) sptps_speed_LDADD = -lrt