diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-20 17:20:48 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2012-03-20 18:36:35 +0100 |
commit | 856ce17aa51ee7ac03ad20bafc2e118ffa182f10 (patch) | |
tree | 4604bbd0e6f6b37d2b5c0799d366a2ca51f10b3a | |
parent | ca6066d95215c2b632e56d2ce31a89539e5623da (diff) |
build-sys: fix make distclean going twice in vapi dir
Don't use DIST_SUBDIRS, it's not needed anyway.
-rw-r--r-- | Makefile.am | 4 |
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 |