X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=util%2FMakefile.am;fp=util%2FMakefile.am;h=dc83e27f823ba3d67640a6a4cd6fa07e68ebb48d;hb=34cbac3d95d4115856ac1620911e51c7e056289c;hp=8ed3458043b147bf2bbb0922a26cb767bac9e432;hpb=bdaf384287d886e1f796a31ab1337c13da1d16a2;p=idzebra-moved-to-github.git diff --git a/util/Makefile.am b/util/Makefile.am index 8ed3458..dc83e27 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,14 +1,14 @@ -## $Id: Makefile.am,v 1.31 2007-01-05 10:45:13 adam Exp $ +## $Id: Makefile.am,v 1.32 2007-05-16 10:57:06 adam Exp $ noinst_LTLIBRARIES = libidzebra-util.la -check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass +check_PROGRAMS = tstcharmap tstflock tstlockscope tstpass tstres TESTS = $(check_PROGRAMS) bin_SCRIPTS = idzebra-config-2.0 -EXTRA_DIST = zebrasrv.rh tstcharmap.chr tstpass.txt +EXTRA_DIST = zebrasrv.rh tstcharmap.chr tstpass.txt tstres.cfg DISTCLEANFILES = idzebra-config-2.0 @@ -27,6 +27,8 @@ tstflock_SOURCES = tstflock.c tstlockscope_SOURCES = tstlockscope.c +tstres_SOURCES = tstres.c + clean-local: -rm -rf *.LCK -rm -rf *.log