Switching to Libtool shared libraries for Zebra.
[idzebra-moved-to-github.git] / dfa / Makefile.am
index a6d885d..e12ce80 100644 (file)
@@ -1,11 +1,11 @@
-## $Id: Makefile.am,v 1.3 2004-06-16 20:49:17 adam Exp $
+## $Id: Makefile.am,v 1.4 2004-08-24 10:37:18 adam Exp $
 
-noinst_LIBRARIES = libdfa.a
+lib_LTLIBRARIES = libidzebra-dfa.la
 
 noinst_PROGRAMS = agrep lexer grepper
 
 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
-LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
+LDADD = libdfa.a ../util/libutil.a $(YAZLALIB) $(TCL_LIB)
 
 agrep_SOURCES = agrep.c
 
@@ -13,5 +13,5 @@ lexer_SOURCES = lexer.c readfile.c
 
 grepper_SOURCES = grepper.c
 
-libdfa_a_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
+libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
  dfap.h imalloc.h lexer.h