Implement OpenFlow statistics in switches and in dpctl.
[sliver-openvswitch.git] / utilities / Makefile.am
1 include ../Make.vars
2
3 bin_PROGRAMS = vlogconf dpctl
4
5 dpctl_SOURCES = dpctl.c
6 dpctl_LDADD = ../lib/libopenflow.la
7
8 vlogconf_SOURCES = vlogconf.c
9 vlogconf_LDADD = ../lib/libopenflow.la