Build main libidzebra-2.0.la. Bug #620.
[idzebra-moved-to-github.git] / dfa / Makefile.am
1 ## $Id: Makefile.am,v 1.10 2006-07-03 14:27:03 adam Exp $
2
3 noinst_LTLIBRARIES = libidzebra-dfa.la
4
5 noinst_PROGRAMS = agrep lexer grepper
6
7 AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
8 LDADD = libidzebra-dfa.la ../util/libidzebra-util.la $(YAZLALIB)
9
10 agrep_SOURCES = agrep.c
11
12 lexer_SOURCES = lexer.c readfile.c
13
14 grepper_SOURCES = grepper.c
15
16 libidzebra_dfa_la_LDFLAGS=-version-info $(ZEBRALIBS_VERSION)
17 libidzebra_dfa_la_SOURCES = dfa.c imalloc.c states.c set.c bset.c \
18  dfap.h imalloc.h lexer.h