[Debtags-commits] [svn] r1377 - in tagcoll/trunk: . tagcoll

Enrico Zini enrico at costa.debian.org
Tue Sep 27 15:25:48 UTC 2005


Author: enrico
Date: Tue Sep 27 15:25:47 2005
New Revision: 1377

Added:
   tagcoll/trunk/tagcoll/experiments.cc
   tagcoll/trunk/tagcoll/experiments.h
Modified:
   tagcoll/trunk/   (props changed)
   tagcoll/trunk/tagcoll/Makefile.am
Log:
 r5423 at viaza:  enrico | 2005-09-26 03:43:37 -0500
 Added experiments.{h,cc} where to play with new things


Modified: tagcoll/trunk/tagcoll/Makefile.am
==============================================================================
--- tagcoll/trunk/tagcoll/Makefile.am	(original)
+++ tagcoll/trunk/tagcoll/Makefile.am	Tue Sep 27 15:25:47 2005
@@ -48,7 +48,8 @@
 		CardinalityStore.h \
 		CardinalityStore.cc \
 		SmartHierarchy.h \
-		SmartHierarchy.cc
+		SmartHierarchy.cc \
+		experiments.h
 
 lib_LTLIBRARIES = libtagcoll.la
 libtagcoll_la_SOURCES = \
@@ -83,6 +84,8 @@
 		CardinalityStore.cc \
 		SmartHierarchy.cc \
 		\
+		experiments.cc \
+		\
 		test-utils.cc
 libtagcoll_la_LIBADD = tagexpr/libtagexpr.la
 



More information about the Debtags-commits mailing list