aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parent20bed8be2508ca7275b1167077f1aedfbcaa13fd (diff)
ovsdb: Implement C bindings for IDL.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4229cb1d..301fc7c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,16 +41,18 @@ dist_man_MANS =
dist_pkgdata_SCRIPTS =
dist_sbin_SCRIPTS =
man_MANS =
+noinst_DATA =
noinst_HEADERS =
noinst_LIBRARIES =
noinst_PROGRAMS =
noinst_SCRIPTS =
+SUFFIXES =
EXTRA_DIST += soexpand.pl
ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */'
-SUFFIXES = .in
+SUFFIXES += .in
.in:
$(PERL) $(srcdir)/soexpand.pl -I$(srcdir) < $< | \
sed \