summaryrefslogtreecommitdiff
blob: 56343e3ede21546018f23b20482867d340f50a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Remove subdirs that are non-exisitng in the tarball
or else autoreconf breaks.

--- audacity-minsrc-2.2.2-rc1/lib-src/Makefile.am
+++ audacity-minsrc-2.2.2-rc1/lib-src/Makefile.am
@@ -107,18 +107,6 @@
 SUBDIRS = FileDialog
 OPTIONAL_SUBDIRS =
 
-if USE_LOCAL_EXPAT
-OPTIONAL_SUBDIRS += expat
-endif
-
-if USE_LOCAL_LIBID3TAG
-OPTIONAL_SUBDIRS += libid3tag
-endif
-
-if USE_LOCAL_LIBMAD
-OPTIONAL_SUBDIRS += libmad
-endif
-
 if USE_LOCAL_LIBNYQUIST
 SUBDIRS += libnyquist
 endif
@@ -131,23 +119,10 @@
 OPTIONAL_SUBDIRS += libsoxr
 endif
 
-if USE_LOCAL_LIBSOUNDTOUCH
-OPTIONAL_SUBDIRS += soundtouch
-endif
-
 if USE_LOCAL_LIBTWOLAME
 OPTIONAL_SUBDIRS += twolame
 endif
 
-if USE_LOCAL_LIBVORBIS
-OPTIONAL_SUBDIRS += libogg libvorbis
-endif
-
-if USE_LOCAL_LIBFLAC
-# Note: libflac needs to be linked against (the local or system) libogg.
-OPTIONAL_SUBDIRS += libflac
-endif
-
 if USE_LOCAL_LV2
 SUBDIRS += lv2
 endif