[tracker] Remove DIST_SUBDIRS



commit c1c405fb99f07a003eb3048fc68105edf30d6146
Author: Michael Biebl <biebl debian org>
Date:   Fri Sep 25 02:27:01 2009 +0200

    Remove DIST_SUBDIRS
    
    automake will handle DIST_SUBDIRS correctly automatically for SUBDIRS
    which are added conditionally. Specifying them manually actually breaks
    "make distclean" and subsequently "make distcheck". So simply remove it.

 src/Makefile.am |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 590b28f..d96d431 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,12 +39,3 @@ if HAVE_TRACKER_EXPLORER
 SUBDIRS += tracker-explorer
 endif
 
-
-DIST_SUBDIRS = 					\
-	$(SUBDIRS)				\
-	tracker-explorer			\
-	libtracker-gtk				\
-	tracker-status-icon 			\
-	tracker-search-bar			\
-	tracker-search-tool			\
-	tracker-preferences



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