Added test cases for @and, @or, @not including bug #619.
[idzebra-moved-to-github.git] / dict / Makefile.am
index ff21250..ff38253 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.11 2004-12-08 12:23:08 adam Exp $
+## $Id: Makefile.am,v 1.13 2006-06-26 15:11:28 marc Exp $
 
 lib_LTLIBRARIES = libidzebra-dict.la
 noinst_PROGRAMS = dicttest dictext
@@ -14,6 +14,7 @@ LDADD = libidzebra-dict.la \
  ../util/libidzebra-util.la \
   $(YAZLALIB)
 
+libidzebra_dict_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION)
 libidzebra_dict_la_SOURCES = dopen.c dclose.c drdwr.c open.c close.c \
  insert.c lookup.c lookupec.c lookgrep.c delete.c scan.c dcompact.c \
  dict-p.h
@@ -24,3 +25,9 @@ dictext_SOURCES = dictext.c
 
 scantest_SOURCES = scantest.c
 
+
+clean-local:
+       -rm -rf *.LCK 
+       -rm -rf *.log 
+       -rm -rf *.mf 
+