X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=62d4d491b561a02e8b7d2d6b4ef6fe0eca9d7819;hb=79903dd171cd7bdbb52710b98dbaa5de1537de87;hp=fa7b5ea2d618a6be00914685cb2eb55803a47cd3;hpb=9741af797d62aec4cc55d231c093c61e201c8ebe;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index fa7b5ea2d..62d4d491b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ else AM_LDFLAGS = -export-dynamic endif +ALL_LOCAL = BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = @@ -42,6 +43,7 @@ EXTRA_DIST = \ README-gcov \ REPORTING-BUGS \ SubmittingPatches \ + WHY-OVS \ boot.sh bin_PROGRAMS = sbin_PROGRAMS = @@ -118,6 +120,7 @@ dist-hook-git: DIST_HOOKS += dist-hook-git dist-hook: $(DIST_HOOKS) +all-local: $(ALL_LOCAL) .PHONY: $(DIST_HOOKS) include lib/automake.mk