aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-06-15 10:25:21 -0700
committerBen Pfaff <blp@nicira.com>2010-06-15 10:25:21 -0700
commit22c79496a9a6d56ce82c73ce2719fecbf028f133 (patch)
tree88f64d90b2ea09fbca2f0e77b2a93b4ee48153a8 /Makefile.am
parent769c32b0b3e9795f1dd5ed04ade3f51ca2b3e113 (diff)
vlog: Check that all declared vlog modules are used, at "make" time.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fa7b5ea2..fd6c56cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ else
AM_LDFLAGS = -export-dynamic
endif
+ALL_LOCAL =
BUILT_SOURCES =
CLEANFILES =
DISTCLEANFILES =
@@ -118,6 +119,7 @@ dist-hook-git:
DIST_HOOKS += dist-hook-git
dist-hook: $(DIST_HOOKS)
+all-local: $(ALL_LOCAL)
.PHONY: $(DIST_HOOKS)
include lib/automake.mk