packages/libs/flac/patches/001-no-docs-and-examples.patch

26 lines
457 B
Diff
Raw Normal View History

2014-07-17 20:52:21 +00:00
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@
2014-07-17 20:52:21 +00:00
ACLOCAL_AMFLAGS = -I m4
2014-07-17 20:52:21 +00:00
-SUBDIRS = doc include m4 man src examples test build objs microbench
+SUBDIRS = include m4 src build objs
2014-07-17 20:52:21 +00:00
EXTRA_DIST = \
COPYING.FDL \
2014-07-17 20:52:21 +00:00
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,11 +30,6 @@ SUBDIRS = \
flac \
2014-07-17 20:52:21 +00:00
metaflac \
$(XMMS_DIRS) \
- test_grabbag \
- test_libs_common \
- test_libFLAC \
- test_seeking \
- test_streams \
utils \
2014-07-17 20:52:21 +00:00
$(CPPLIBS_DIRS)