Index: Makefile.in --- Makefile.in.orig 2007-04-08 20:17:23 +0200 +++ Makefile.in 2007-06-10 10:33:29 +0200 @@ -100,7 +100,7 @@ VERSION = @VERSION@ VERSION_INFO = @VERSION_INFO@ -SUBDIRS = src dic doc +SUBDIRS = src dic DIST_SUBDIRS = src articles dic doc pkgconfigdir = $(libdir)/pkgconfig Index: configure --- configure.orig 2007-04-08 20:16:30 +0200 +++ configure 2007-06-10 10:32:11 +0200 @@ -3282,7 +3282,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "x$GCC" = "xyes"; then - ANSI_CFLAGS="-Wall" + ANSI_CFLAGS="" else ANSI_CFLAGS="" fi Index: libots-1.pc.in --- libots-1.pc.in.orig 2003-04-30 07:25:28 +0200 +++ libots-1.pc.in 2007-06-10 10:33:07 +0200 @@ -8,4 +8,4 @@ Version: @VERSION@ Requires: glib-2.0 Libs: -L${libdir} -lots-1 -Cflags: -I${includedir}/libots-1 +Cflags: -I${includedir} Index: src/Makefile.in --- src/Makefile.in.orig 2007-04-08 20:17:23 +0200 +++ src/Makefile.in 2007-06-10 10:33:51 +0200 @@ -113,7 +113,7 @@ libots_1_la_SOURCES = libots.h article.c dictionary.c grader.c grader-tf.c grader-tc.c grader-tc.h html.c parser.c text.c stemmer.c highlighter.c wordlist.c relations.c -libots_1_includedir = $(includedir)/libots-1/ots +libots_1_includedir = $(includedir)/ots libots_1_include_HEADERS = libots.h