Rename struct buffer to struct ofpbuf.
[sliver-openvswitch.git] / lib / Makefile.am
index 6c02909..a78597f 100644 (file)
@@ -3,7 +3,6 @@ include ../Make.vars
 noinst_LIBRARIES = libopenflow.a
 
 libopenflow_a_SOURCES = \
-       buffer.c \
        command-line.c \
        csum.c \
        daemon.c \
@@ -18,6 +17,7 @@ libopenflow_a_SOURCES = \
        list.c \
        mac-learning.c \
        netdev.c \
+       ofpbuf.c \
        ofp-print.c \
        poll-loop.c \
        queue.c \