Revert. Libs installed in /usr/lib (again). Minor tweaks for
[idzebra-moved-to-github.git] / dict / Makefile.am
index ff21250..4a20766 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.15 2006-06-29 13:47:55 adam 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 
+