Files
openflow/controller/Makefile.am
T
Ben Pfaff f24230f9d9 Drop use of libtool for libraries.
libtool was needed when NOX was directly linking against libopenflow.
Since it doesn't do that anymore, we can drop its use (and that makes
OpenFlow configure and build slightly faster).
2008-07-21 15:05:53 -07:00

13 lines
329 B
Makefile

include ../Make.vars
bin_PROGRAMS = controller
man_MANS = controller.8
DISTCLEANFILES = controller.8
controller_SOURCES = controller.c
controller_LDADD = ../lib/libopenflow.a $(SSL_LIBS)
EXTRA_DIST = controller.8.in
controller.8: controller.8.in Makefile
($(do_subst) && $(ro_man)) < $(srcdir)/controller.8.in > controller.8