blob: 026228d7ae45ff61cdfaca8ad34f86b59d11777a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- flac-1.2.1.orig/src/Makefile.in 2007-09-16 22:05:09.000000000 +0200
+++ flac-1.2.1/src/Makefile.in 2010-01-06 21:10:24.984375000 +0100
@@ -226,8 +226,6 @@ target_alias = @target_alias@
SUBDIRS = \
libFLAC \
share \
- flac \
- metaflac \
monkeys_audio_utilities \
$(XMMS_DIRS) \
plugin_winamp2 \
@@ -255,7 +253,7 @@ RECURSIVE_TARGETS = info-recursive dvi-r
installdirs-recursive install-recursive uninstall-recursive \
check-recursive installcheck-recursive
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
-DIST_SUBDIRS = libFLAC share flac metaflac monkeys_audio_utilities \
+DIST_SUBDIRS = libFLAC share monkeys_audio_utilities \
plugin_common plugin_xmms plugin_winamp2 test_grabbag \
test_libs_common test_libFLAC test_seeking test_streams \
libFLAC++ test_libFLAC++
|