Allow priority to be specified in dpctl del-flows command.
[sliver-openvswitch.git] / utilities / Makefile.am
1 include ../Make.vars
2
3 bin_PROGRAMS = vlogconf dpctl
4 dist_man_MANS = vlogconf.8 dpctl.8 ofp-pki.8
5
6 dpctl_SOURCES = dpctl.c
7 dpctl_LDADD = ../lib/libopenflow.la
8
9 vlogconf_SOURCES = vlogconf.c
10 vlogconf_LDADD = ../lib/libopenflow.la