Files
openflow/include/Makefile.am
T
Ben Pfaff bce273b4c0 Add abstraction of packet queue, and use it in the controller.
The packet queue abstraction will also be used in the userspace
switch.
2008-03-27 17:50:33 -07:00

28 lines
362 B
Makefile

noinst_HEADERS = \
buffer.h \
command-line.h \
compiler.h \
dynamic-string.h \
dpif.h \
fatal-signal.h \
fault.h \
flow.h \
hash.h \
ip.h \
list.h \
mac.h \
netlink.h \
ofp-print.h \
openflow.h \
openflow-netlink.h \
packets.h \
poll-loop.h \
queue.h \
socket-util.h \
util.h \
vconn.h \
vconn-ssl.h \
vlog-socket.h \
vlog.h \
xtoxll.h