cd4e821a4944a70e80d80c476dc92bc2f52cd177
[packages.git] / libs / flac / patches / 001-no-docs-and-examples.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -30,7 +30,7 @@
4  
5  AUTOMAKE_OPTIONS = foreign 1.7
6  
7 -SUBDIRS = doc include m4 man src examples test build obj
8 +SUBDIRS = include m4 src build obj
9  
10  DISTCLEANFILES = libtool-disable-static
11  
12 --- a/Makefile.in
13 +++ b/Makefile.in
14 @@ -234,7 +234,7 @@ target_alias = @target_alias@
15  
16  AUTOMAKE_OPTIONS = foreign 1.7
17  
18 -SUBDIRS = doc include m4 man src examples test build obj
19 +SUBDIRS = include m4 src build obj
20  
21  DISTCLEANFILES = libtool-disable-static
22  
23 --- a/src/Makefile.am
24 +++ b/src/Makefile.am
25 @@ -30,12 +30,6 @@ SUBDIRS = \
26         metaflac \
27         monkeys_audio_utilities \
28         $(XMMS_DIRS) \
29 -       plugin_winamp2 \
30 -       test_grabbag \
31 -       test_libs_common \
32 -       test_libFLAC \
33 -       test_seeking \
34 -       test_streams \
35         $(CPPLIBS_DIRS)
36  
37  EXTRA_DIST = \
38 --- a/src/Makefile.in
39 +++ b/src/Makefile.in
40 @@ -221,7 +221,7 @@ target_alias = @target_alias@
41  
42  @FLaC__HAS_XMMS_TRUE@XMMS_DIRS = plugin_common plugin_xmms
43  
44 -@FLaC__WITH_CPPLIBS_TRUE@CPPLIBS_DIRS = libFLAC++ test_libFLAC++
45 +@FLaC__WITH_CPPLIBS_TRUE@CPPLIBS_DIRS = libFLAC++
46  
47  SUBDIRS = \
48         libFLAC \
49 @@ -230,12 +230,6 @@ SUBDIRS = \
50         metaflac \
51         monkeys_audio_utilities \
52         $(XMMS_DIRS) \
53 -       plugin_winamp2 \
54 -       test_grabbag \
55 -       test_libs_common \
56 -       test_libFLAC \
57 -       test_seeking \
58 -       test_streams \
59         $(CPPLIBS_DIRS)
60  
61  
62 @@ -256,9 +250,8 @@ RECURSIVE_TARGETS = info-recursive dvi-r
63         check-recursive installcheck-recursive
64  DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
65  DIST_SUBDIRS = libFLAC share flac metaflac monkeys_audio_utilities \
66 -       plugin_common plugin_xmms plugin_winamp2 test_grabbag \
67 -       test_libs_common test_libFLAC test_seeking test_streams \
68 -       libFLAC++ test_libFLAC++
69 +       plugin_common plugin_xmms plugin_winamp2 \
70 +       libFLAC++
71  all: all-recursive
72  
73  .SUFFIXES: