X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=658070b3ebc1c75f0317332625f3ac0a8c65dae8;hb=63791ba081d1f9594989574b08437acd28ff85de;hp=782ce711b701d695ab3a3840d0f9d7aace300e2e;hpb=b9bb68d935aa0206952853c75dc74268324d3f3f;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 782ce711b..658070b3e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ -AUTOMAKE_OPTIONS=foreign +# The goal of -Wno-syntax here is just to suppress the Automake warning +# about overriding distdir, below. +AUTOMAKE_OPTIONS=foreign -Wno-syntax ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ lib \ @@ -12,7 +14,7 @@ SUBDIRS = \ third-party \ debian if HAVE_EXT -SUBDIRS += ext +SUBDIRS += $(EXT) distdir = $(PACKAGE)+ext-$(VERSION) endif