You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.7 KiB

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