--- psiconv/trunk/lib/psiconv/Makefile.am 2000/12/10 16:49:40 58 +++ psiconv/trunk/lib/psiconv/Makefile.am 2000/12/13 16:17:54 62 @@ -1,15 +1,15 @@ INCLUDES=-I.. -I../../compat lib_LTLIBRARIES = libpsiconv.la -libpsiconv_la_SOURCES = checkuid.c data.c \ - list.c parse_aux.c parse_common.c parse_driver.c \ +libpsiconv_la_SOURCES = checkuid.c data.c error.c misc.c\ + list.c parse_common.c parse_driver.c \ parse_layout.c parse_image.c parse_page.c \ parse_simple.c parse_texted.c parse_word.c libpsiconv_la_LDFLAGS = -version-info 4:0:0 libpsiconv_la_LIBADD = ../../compat/libcompat.la psiconvincludedir = $(includedir)/psiconv -psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h +psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h # There must be some automake-way to do this nicer, but for now it works. install-data-local: