Added support of the complex indexing for MARC records (whithout documentation yet).
[idzebra-moved-to-github.git] / recctrl / Makefile.am
index 8cd6d55..909ba3a 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.7 2003-02-25 14:18:00 adam Exp $
+## $Id: Makefile.am,v 1.8 2003-02-28 12:33:39 oleg Exp $
 
 noinst_LIBRARIES = librecctrl.a
 
@@ -11,7 +11,8 @@ 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 \
+       marcread.c marcomp.c marcomp.h inline.c inline.h rectext.c \
+       grsread.h recgrs.h rectext.h xmlread.c \
        $(PERLREAD)
 
 INCLUDES = -I$(srcdir)/../include @YAZINC@ $(TCL_INCLUDE)