aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-02 11:26:15 -0800
committerBen Pfaff <blp@nicira.com>2009-12-02 11:26:15 -0800
commitc3bb4bd7f1d9c045a5e5d7062b09d4dac4e48195 (patch)
tree6af7514be8253f5e0e2de7f2458bb90e1a4f0cc2 /vswitchd/automake.mk
parent20bed8be2508ca7275b1167077f1aedfbcaa13fd (diff)
ovsdb: Implement C bindings for IDL.
Diffstat (limited to 'vswitchd/automake.mk')
-rw-r--r--vswitchd/automake.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index 6860488f..db8fdf69 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -17,6 +17,7 @@ vswitchd_ovs_vswitchd_SOURCES = \
vswitchd/proc-net-compat.h \
vswitchd/ovs-vswitchd.c \
vswitchd/ovs-vswitchd.h \
+ vswitchd/vswitch-idl.c \
vswitchd/vswitch-idl.h \
vswitchd/xenserver.c \
vswitchd/xenserver.h
@@ -38,10 +39,8 @@ EXTRA_DIST += \
vswitchd/ovs-vswitchd.8.in \
vswitchd/ovs-brcompatd.8.in
-EXTRA_DIST += vswitchd/vswitch.ovsidl
-BUILT_SOURCES += vswitchd/vswitch-idl.h
-DISTCLEANFILES += \
- vswitchd/vswitch.ovsidl \
- vswitchd/vswitch-idl.h
-vswitchd/vswitch-idl.h: vswitchd/vswitch.ovsidl ovsdb/ovsdb-idlc
- ovsdb/ovsdb-idlc c-idl-header $(srcdir)/vswitchd/vswitch.ovsidl > $@
+EXTRA_DIST += vswitchd/vswitch-idl.ovsidl
+BUILT_SOURCES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h
+DISTCLEANFILES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h
+noinst_DATA += vswitchd/vswitch-idl.ovsschema
+DISTCLEANFILES += vswitchd/vswitch-idl.ovsschema