For includes specs in Makefiles use AM_CPPFLAGS instead of INCLUDE.
[idzebra-moved-to-github.git] / util / Makefile.am
index 840dd00..b10d269 100644 (file)
@@ -1,17 +1,14 @@
-## $Id: Makefile.am,v 1.1 2000-04-05 09:49:36 adam Exp $
+## $Id: Makefile.am,v 1.8 2004-06-16 20:49:18 adam Exp $
 
 noinst_LIBRARIES = libutil.a
 
 noinst_PROGRAMS = passtest
 
-INCLUDES = -I$(srcdir)/../include @YAZINC@
-LDADD = libutil.a @YAZLIB@ @LIBS@
+EXTRA_DIST = zebrasrv.rh
 
-TESTS = passtest
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) -DDEFAULT_PROFILE_PATH=\"$(pkgdatadir)/tab\"
+LDADD = libutil.a $(YAZLIB) $(TCL_LIB)
 
-libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c
+libutil_a_SOURCES = res.c charmap.c zebramap.c passwddb.c zebra-lock.c dirent.c xpath.c
 
 passtest_SOURCES = passtest.c
-
-
-LIBS =