From 7980cd7aabe2a23d6155d4d377947de85529725e Mon Sep 17 00:00:00 2001 From: kloczek Date: Sat, 3 Mar 2001 14:20:30 +0000 Subject: [PATCH] - automake fixes: fixed errors on am > 1.4. Changed files: ganso-am_fix.patch -> 1.1 --- ganso-am_fix.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ganso-am_fix.patch diff --git a/ganso-am_fix.patch b/ganso-am_fix.patch new file mode 100644 index 0000000..fa72dba --- /dev/null +++ b/ganso-am_fix.patch @@ -0,0 +1,24 @@ +diff -Nru ganso-0.1.1/codecs/video/ucbmpeg/Makefile.am ganso-0.1.1.new/codecs/video/ucbmpeg/Makefile.am +--- ganso-0.1.1/codecs/video/ucbmpeg/Makefile.am Mon Aug 21 01:00:02 2000 ++++ ganso-0.1.1.new/codecs/video/ucbmpeg/Makefile.am Sat Mar 3 15:17:04 2001 +@@ -2,7 +2,7 @@ + $(GNOME_INCLUDEDIR) + + ucbmpeg_la_LIBADD = -lm +-ucbmpeg_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version ++ucbmpeg_la_LDFLAGS = -module -no-undefined -avoid-version + + sublib_LTLIBRARIES = ucbmpeg.la + +diff -Nru ganso-0.1.1/plugins/sample/Makefile.am ganso-0.1.1.new/plugins/sample/Makefile.am +--- ganso-0.1.1/plugins/sample/Makefile.am Mon Aug 21 01:00:02 2000 ++++ ganso-0.1.1.new/plugins/sample/Makefile.am Sat Mar 3 15:19:09 2001 +@@ -2,7 +2,7 @@ + $(GNOME_INCLUDEDIR) $(XML_CFLAGS) + + sample_la_LIBADD = -lm +-sample_la_LDFLAGS = $(extra_libraries) -module -no-undefined -avoid-version ++sample_la_LDFLAGS = -module -no-undefined -avoid-version + + sublib_LTLIBRARIES = sample.la + -- 2.43.0