Removed some header files, they all contained one function prototype,
[idzebra-moved-to-github.git] / recctrl / Makefile.am
index 8cd6d55..bd1573a 100644 (file)
@@ -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)