X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2FMakefile.am;h=69ecc00289750b38389fd4fbf099173a00b3c8c5;hb=2e4e9c6def27f1e1463dcb6f205fab6a98054f38;hp=5c93407fe40b5be09e6b63306dd0f0f07aba25e5;hpb=af03c4a4f5320b52c7cc5f47bab7c9ad4b3e384d;p=idzebra-moved-to-github.git diff --git a/recctrl/Makefile.am b/recctrl/Makefile.am index 5c93407..69ecc00 100644 --- a/recctrl/Makefile.am +++ b/recctrl/Makefile.am @@ -1,7 +1,18 @@ -## $Id: Makefile.am,v 1.5 2002-11-15 21:26:01 adam Exp $ +## $Id: Makefile.am,v 1.10 2004-06-16 20:49:18 adam Exp $ noinst_LIBRARIES = librecctrl.a +EXTRA_DIST=perlread.c perlread.h.in + +if perl +PERLREAD=perlread.c +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 perlread.c -INCLUDES = -I$(srcdir)/../include @YAZINC@ $(TCL_INCLUDE) + marcread.c marcomp.c marcomp.h inline.c inline.h rectext.c \ + grsread.h recgrs.h rectext.h xmlread.c danbibr.c \ + $(PERLREAD) + +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)