X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=secchan%2FMakefile.am;h=882c98e7ecb43273e2cdfef9a51b5861bfdcd615;hb=ae3f2361b671bbf878fb63ff223ff5b34f2c2326;hp=13ddb0446cb573967af1b786ecb4474d1a3ebc9c;hpb=14da11884d45be826269fdebc548107a555dd6f0;p=openvswitch diff --git a/secchan/Makefile.am b/secchan/Makefile.am index 13ddb044..882c98e7 100644 --- a/secchan/Makefile.am +++ b/secchan/Makefile.am @@ -1,6 +1,10 @@ include ../Make.vars +if HAVE_NETLINK bin_PROGRAMS = secchan +else +bin_PROGRAMS = +endif secchan_SOURCES = secchan.c secchan_LDADD = ../lib/libopenflow.la -ldl