Updated Makefiles
[idzebra-moved-to-github.git] / util / Makefile.am
index c70dfa0..a701ad1 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.4 2002-05-07 11:04:58 adam Exp $
+## $Id: Makefile.am,v 1.5 2002-08-17 08:00:28 adam Exp $
 
 noinst_LIBRARIES = libutil.a
 
@@ -7,10 +7,8 @@ noinst_PROGRAMS = passtest
 EXTRA_DIST = zebrasrv.rh
 
 INCLUDES = -I$(srcdir)/../include @YAZINC@
-LDADD = libutil.a @YAZLIB@ @LIBS@
+LDADD = libutil.a $(YAZLIB) $(TCL_LIB)
 
 libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c
 
 passtest_SOURCES = passtest.c
-
-LIBS =