ovsdb: Save some space in the log for newly inserted records.
[openvswitch] / ofproto / automake.mk
index 232d45f66a6f52b7da890b11f7c8199fbb9d7d78..0f05e53580cc52c222aebceb9767dfdbb75bdc1d 100644 (file)
@@ -7,10 +7,10 @@
 
 noinst_LIBRARIES += ofproto/libofproto.a
 ofproto_libofproto_a_SOURCES = \
+       ofproto/collectors.c \
+       ofproto/collectors.h \
        ofproto/discovery.c \
        ofproto/discovery.h \
-       ofproto/executer.c \
-       ofproto/executer.h \
        ofproto/fail-open.c \
        ofproto/fail-open.h \
        ofproto/in-band.c \
@@ -25,5 +25,3 @@ ofproto_libofproto_a_SOURCES = \
        ofproto/pinsched.h \
        ofproto/status.c \
        ofproto/status.h
-
-include ofproto/commands/automake.mk