X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2FMakefile.am;h=91595b5ac83fea7a68e2d577103a0f1a92e98418;hb=7f417885b90eff084fc83be569b98e30dad4a056;hp=ff21250dd2d762b7f5c7582892a111984f067aff;hpb=05b9b8ed020c5bfa48a913d6a2e2b50ddf1bab8e;p=idzebra-moved-to-github.git diff --git a/dict/Makefile.am b/dict/Makefile.am index ff21250..91595b5 100644 --- a/dict/Makefile.am +++ b/dict/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2004-12-08 12:23: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 @@ -24,3 +24,9 @@ dictext_SOURCES = dictext.c scantest_SOURCES = scantest.c + +clean-local: + -rm -rf *.LCK + -rm -rf *.log + -rm -rf *.mf +