Commit 375ebeb6 authored by Damien Fouilleul's avatar Damien Fouilleul

- libshout-win32: patches Makefile.am rather then Makefile.in

parent f1a701b5
......@@ -11,15 +11,14 @@ diff -u libshout/include/shout/shout.h.in libshout-new/include/shout/shout.h.in
#define SHOUTERR_SUCCESS (0)
#define SHOUTERR_INSANE (-1)
diff -u libshout.orig/Makefile.in libshout/Makefile.in
--- libshout.orig/Makefile.in 2007-04-07 18:33:36.000000000 +0200
+++ libshout/Makefile.in 2007-04-07 18:34:01.000000000 +0200
@@ -246,7 +246,7 @@
target_alias = @target_alias@
--- libshout/Makefile.am 2006-01-31 01:42:43.000000000 +0000
+++ libshout/Makefile.am.new 2007-04-16 11:42:06.022127500 +0100
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = 1.6 foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include src examples debian doc win32
+SUBDIRS = include src
+SUBDIRS = include src doc win32
EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
m4/xiph_types.m4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment