[totem/gnome-2-28] Fix distclean trying to clean browser-plugin/ twice



commit 0ec3c6c821cd36aaaf8ae645e763b6d39c8c2c06
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 11 16:23:27 2009 +0000

    Fix distclean trying to clean browser-plugin/ twice

 Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f81a37d..aeaeef2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
-SUBDIRS = lib bindings po data help src docs
+NORMAL_SUBDIRS = lib bindings po data help src docs
+SUBDIRS = $(NORMAL_SUBDIRS)
 
 if ENABLE_BROWSER_PLUGINS
 SUBDIRS += browser-plugin
@@ -23,7 +24,7 @@ CLEANFILES = totem.spec
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
 		 gnome-doc-utils.make
 
-DIST_SUBDIRS = $(SUBDIRS) browser-plugin
+DIST_SUBDIRS = $(NORMAL_SUBDIRS) browser-plugin
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc --with-nautilusdir='$${libdir}/nautilus/extensions-2.0-distcheck'
 
 # Build ChangeLog from GIT history



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]