[Spice-devel] [PATCH spice-gtk 2/2] build-sys: fix make distclean going twice in vapi dir

Marc-André Lureau marcandre.lureau at gmail.com
Tue Mar 20 10:40:12 PDT 2012


Don't use DIST_SUBDIRS, it's not needed anyway.
---
 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
-- 
1.7.7.6



More information about the Spice-devel mailing list