Fix memory leak
[idzebra-moved-to-github.git] / dfa / Makefile.am
index 3058c3b..a6d885d 100644 (file)
@@ -1,11 +1,11 @@
-## $Id: Makefile.am,v 1.1 2000-04-05 09:49:35 adam Exp $
+## $Id: Makefile.am,v 1.3 2004-06-16 20:49:17 adam Exp $
 
 noinst_LIBRARIES = libdfa.a
 
 noinst_PROGRAMS = agrep lexer grepper
 
-INCLUDES = -I$(srcdir)/../include @YAZINC@
-LDADD = libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
+LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
 
 agrep_SOURCES = agrep.c