Implemented isamb_unlink.
[idzebra-moved-to-github.git] / isamb / Makefile.am
index f2f07c5..2cd07b4 100644 (file)
@@ -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@