|
|
@@ -1,18 +1,7 @@
|
|
|
-Index: src/plugins/wavextractor.c
|
|
|
---- src/plugins/wavextractor.c.orig 2004-06-23 10:04:01 +0200
|
|
|
-+++ src/plugins/wavextractor.c 2004-08-14 09:07:49 +0200
|
|
|
-@@ -32,6 +32,7 @@
|
|
|
- #include <stdlib.h>
|
|
|
- #include <ctype.h>
|
|
|
- #ifndef MINGW
|
|
|
-+#include <sys/types.h>
|
|
|
- #include <sys/mman.h>
|
|
|
- #include <netinet/in.h>
|
|
|
- #endif
|
|
|
Index: src/main/Makefile.in
|
|
|
---- src/main/Makefile.in.orig 2004-08-25 15:41:51 +0200
|
|
|
-+++ src/main/Makefile.in 2004-08-26 10:31:50 +0200
|
|
|
-@@ -74,6 +74,7 @@
|
|
|
+--- src/main/Makefile.in.orig 2004-10-18 01:22:14 +0200
|
|
|
++++ src/main/Makefile.in 2004-10-18 09:34:31 +0200
|
|
|
+@@ -68,6 +68,7 @@
|
|
|
getopt1.$(OBJEXT)
|
|
|
extract_OBJECTS = $(am_extract_OBJECTS)
|
|
|
extract_DEPENDENCIES = $(top_builddir)/src/main/libextractor.la
|
|
|
@@ -21,9 +10,9 @@ Index: src/main/Makefile.in
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
am__depfiles_maybe = depfiles
|
|
|
Index: src/plugins/printable/Makefile.in
|
|
|
---- src/plugins/printable/Makefile.in.orig 2004-08-25 16:16:00 +0200
|
|
|
-+++ src/plugins/printable/Makefile.in 2004-08-26 11:00:11 +0200
|
|
|
-@@ -434,7 +434,7 @@
|
|
|
+--- src/plugins/printable/Makefile.in.orig 2004-10-18 01:22:16 +0200
|
|
|
++++ src/plugins/printable/Makefile.in 2004-10-18 09:34:31 +0200
|
|
|
+@@ -444,7 +444,7 @@
|
|
|
done
|
|
|
dictionary-builder$(EXEEXT): $(dictionary_builder_OBJECTS) $(dictionary_builder_DEPENDENCIES)
|
|
|
@rm -f dictionary-builder$(EXEEXT)
|
|
|
@@ -32,3 +21,15 @@ Index: src/plugins/printable/Makefile.in
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
+Index: src/plugins/ole2/Makefile.in
|
|
|
+--- src/plugins/ole2/Makefile.in.orig 2004-10-18 01:22:15 +0200
|
|
|
++++ src/plugins/ole2/Makefile.in 2004-10-18 09:42:24 +0200
|
|
|
+@@ -226,7 +226,7 @@
|
|
|
+
|
|
|
+ AM_CFLAGS = $(GLIB_CFLAGS)
|
|
|
+ libextractor_ole2_la_LIBADD = \
|
|
|
+- $(GLIB_LIBS) @EXT_LIB_PATH@ $(LIBADD) @EXT_LIBS@ -lgobject-2.0 \
|
|
|
++ $(GLIB_LIBS) @EXT_LIB_PATH@ $(LIBADD) @EXT_LIBS@ -lgobject2 \
|
|
|
+ $(top_builddir)/src/main/libextractor.la
|
|
|
+
|
|
|
+ libextractor_ole2_la_LDFLAGS = \
|