X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2FMakefile.am;h=bd1573a7ff99c0ac6435e1db8ce05668484f8627;hb=cd3ce7da1b13a23dc0f01b24abb9e52f87a12261;hp=8cd6d55c9450e963c8b048087d4fa8cc7c8bcf91;hpb=5501453af5f35ea671edc7186f9959d0421fa58d;p=idzebra-moved-to-github.git diff --git a/recctrl/Makefile.am b/recctrl/Makefile.am index 8cd6d55..bd1573a 100644 --- a/recctrl/Makefile.am +++ b/recctrl/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.7 2003-02-25 14:18:00 adam Exp $ +## $Id: Makefile.am,v 1.11 2004-08-24 10:37:18 adam Exp $ -noinst_LIBRARIES = librecctrl.a +lib_LTLIBRARIES = libidzebra-recctrl.la EXTRA_DIST=perlread.c perlread.h.in @@ -10,8 +10,9 @@ else PERLREAD= endif -librecctrl_a_SOURCES = recctrl.c recgrs.c sgmlread.c regxread.c \ - marcread.c rectext.c grsread.h recgrs.h rectext.h xmlread.c \ +libidzebra_recctrl_la_SOURCES = recctrl.c recgrs.c sgmlread.c regxread.c \ + marcread.c marcomp.c marcomp.h inline.c inline.h rectext.c \ + grsread.h recgrs.h rectext.h xmlread.c danbibr.c \ $(PERLREAD) -INCLUDES = -I$(srcdir)/../include @YAZINC@ $(TCL_INCLUDE) +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)