[tracker/extractor-rules-list: 9/11] tracker-extract: Added note about why rule files are not in a separate dir



commit 51115dcabe4eaf5d2d190e3817e51ad77996dbbf
Author: Martyn Russell <martyn lanedo com>
Date:   Tue Mar 15 15:05:37 2011 +0000

    tracker-extract: Added note about why rule files are not in a separate dir

 src/tracker-extract/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/tracker-extract/Makefile.am b/src/tracker-extract/Makefile.am
index 93970db..c38ea01 100644
--- a/src/tracker-extract/Makefile.am
+++ b/src/tracker-extract/Makefile.am
@@ -12,6 +12,10 @@ AM_CPPFLAGS = \
 	-DTRACKER_EXTRACTORS_DIR=\"$(modulesdir)\" \
 	$(TRACKER_EXTRACT_CFLAGS)
 
+# NOTE: The rules are here and not in another sub-directory because we
+# only install rules for extractors we build. If we decouple this, it
+# duplicates work and requires more maintenance to keep modules up to
+# date.
 rules_in_files = \
 	10-abw.rule.in \
 	10-flac.rule.in \



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