--- psiconv/trunk/lib/psiconv/Makefile.am 2003/11/23 21:47:24 167 +++ psiconv/trunk/lib/psiconv/Makefile.am 2003/11/25 17:57:05 168 @@ -1,7 +1,8 @@ INCLUDES=-I.. -I../../compat lib_LTLIBRARIES = libpsiconv.la -libpsiconv_la_SOURCES = error.c misc.c checkuid.c list.c buffer.c data.c \ +libpsiconv_la_SOURCES = configuration.c error.c misc.c checkuid.c list.c \ + buffer.c data.c \ parse_common.c parse_driver.c parse_formula.c \ parse_layout.c parse_image.c parse_page.c \ parse_simple.c parse_texted.c parse_word.c \ @@ -13,5 +14,7 @@ libpsiconv_la_LIBADD = ../../compat/libcompat.la psiconvincludedir = $(includedir)/psiconv -psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h \ - generate_routines.h generate.h common.h buffer.h +psiconvinclude_HEADERS = configuration.h data.h parse.h list.h \ + parse_routines.h \ + error.h generate_routines.h generate.h common.h \ + buffer.h