X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=recctrl%2FMakefile.am;h=69ecc00289750b38389fd4fbf099173a00b3c8c5;hb=392d8041ad5838d18a87278595e94b9f82406267;hp=c96180a7085fea8482aec5d1f4997f80150ba0e7;hpb=f456ec59032877bdf30c3c7432a11a003020c01e;p=idzebra-moved-to-github.git diff --git a/recctrl/Makefile.am b/recctrl/Makefile.am index c96180a..69ecc00 100644 --- a/recctrl/Makefile.am +++ b/recctrl/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.9 2004-05-21 11:58:56 adam Exp $ +## $Id: Makefile.am,v 1.10 2004-06-16 20:49:18 adam Exp $ noinst_LIBRARIES = librecctrl.a @@ -15,4 +15,4 @@ librecctrl_a_SOURCES = recctrl.c recgrs.c sgmlread.c regxread.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)