X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=isamb%2FMakefile.am;h=2cd07b485738681a01e46bd6afb43db9e6733fd3;hp=f2f07c5bb26938972ed125925b55b0bb30ac6a82;hb=ae2d0647bd3a555df77397b6c2f9c129fda0733a;hpb=dbd6f3a01791401472b07250bf35dcbc3ead4f92 diff --git a/isamb/Makefile.am b/isamb/Makefile.am index f2f07c5..2cd07b4 100644 --- a/isamb/Makefile.am +++ b/isamb/Makefile.am @@ -1,7 +1,14 @@ -## $Id: Makefile.am,v 1.2 2002-08-17 08:00:28 adam Exp $ +## $Id: Makefile.am,v 1.3 2003-06-23 15:36:11 adam Exp $ noinst_LIBRARIES = libisamb.a +check_PROGRAMS = tstisamb + +TESTS = $(check_PROGRAMS) + +tstisamb_SOURCES = tstisamb.c +tstisamb_LDADD = libisamb.a ../bfile/libbfile.a ../util/libutil.a $(YAZLIB) + libisamb_a_SOURCES = isamb.c INCLUDES = -I$(srcdir)/../include @YAZINC@