Files
openflow/controller/automake.mk
T
Ben Pfaff 9795d7d750 Update manpages to mention new --log-file option.
Move vlog option descriptions into a separate file lib/vlog.man that
is substituted into manpages.

Get rid of individual rules for substituting most files in favor of
a single suffix rule.  Unfortunately this loses the (Emacs-specific)
read-only markings but it simplifies the makefiles.
2008-10-23 14:07:26 -07:00

9 lines
289 B
Makefile

bin_PROGRAMS += controller/controller
man_MANS += controller/controller.8
DISTCLEANFILES += controller/controller.8
controller_controller_SOURCES = controller/controller.c
controller_controller_LDADD = lib/libopenflow.a $(FAULT_LIBS) $(SSL_LIBS)
EXTRA_DIST += controller/controller.8.in