X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.am;h=91595b5ac83fea7a68e2d577103a0f1a92e98418;hb=fc83d98d346711f446d9f9a29cc2ff0eee398053;hp=045aabab1959e38f133496a93b92a5c06ba34b46;hpb=93005164002b9a57d3318ef42791fb8fb763f67b;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.am b/dict/Makefile.am index 045aaba..91595b5 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.10 2004-12-07 14:57:08 adam Exp $ +## $Id: Makefile.am,v 1.12 2006-04-27 20:40:41 marc Exp $ lib_LTLIBRARIES = libidzebra-dict.la noinst_PROGRAMS = dicttest dictext @@ -14,8 +14,9 @@ LDADD = libidzebra-dict.la \ ../util/libidzebra-util.la \ $(YAZLALIB) -libidzebra_dict_la_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c \ - close.c insert.c lookup.c lookupec.c lookgrep.c delete.c dcompact.c +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 dicttest_SOURCES = dicttest.c @@ -23,3 +24,9 @@ dictext_SOURCES = dictext.c scantest_SOURCES = scantest.c + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +