diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2004-09-11 02:07:26 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2004-09-11 02:07:26 +0000 |
commit | 262d48fca56ac30343785c92a066bdfa8bc17e63 (patch) | |
tree | eeafeb8154c06898578d0d375b0812493a41487a /src | |
parent | 2d22661c1ddacb3628e16e019b27a663838ca634 (diff) | |
download | xine-lib-262d48fca56ac30343785c92a066bdfa8bc17e63.tar.gz xine-lib-262d48fca56ac30343785c92a066bdfa8bc17e63.tar.bz2 |
doc/faq/Makefile.am:
doc/hackersguide/Makefile.am:
- Add missing rules to remove Makefile when running make distclean.
src/Makefile.am:
- Add missing subdirectory libspucmml
doc/internal/HOWTO.release:
- Add suggestion to use make distcheck (See info automake -
searching for distcheck for a more thorough review of the
commands ability).
CVS patchset: 6956
CVS date: 2004/09/11 02:07:26
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f35db8cb7..1a1b01086 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ SUBDIRS = \ liba52 \ libspudec \ libspucc \ + libspucmml \ libsputext \ libdts \ libmad \ |