X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2FMakefile.am;h=bd1573a7ff99c0ac6435e1db8ce05668484f8627;hb=3e8db66d56c466a5a269362eb70b4931d9579128;hp=c96180a7085fea8482aec5d1f4997f80150ba0e7;hpb=f456ec59032877bdf30c3c7432a11a003020c01e;p=idzebra-moved-to-github.git diff --git a/recctrl/Makefile.am b/recctrl/Makefile.am index c96180a..bd1573a 100644 --- a/recctrl/Makefile.am +++ b/recctrl/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.9 2004-05-21 11:58:56 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,9 +10,9 @@ else PERLREAD= endif -librecctrl_a_SOURCES = recctrl.c recgrs.c sgmlread.c regxread.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)