summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-20 17:20:48 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-20 18:36:35 +0100
commit856ce17aa51ee7ac03ad20bafc2e118ffa182f10 (patch)
tree4604bbd0e6f6b37d2b5c0799d366a2ca51f10b3a /Makefile.am
parentca6066d95215c2b632e56d2ce31a89539e5623da (diff)
build-sys: fix make distclean going twice in vapi dir
Don't use DIST_SUBDIRS, it's not needed anyway.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 334752b..5f1353c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
NULL =
-SUBDIRS = common gtk po python_modules doc data
-DIST_SUBDIRS = spice-protocol vapi $(SUBDIRS)
-
+SUBDIRS = spice-protocol common gtk po python_modules doc data
if HAVE_INTROSPECTION
if WITH_VALA
SUBDIRS += vapi