diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-18 21:09:28 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-18 21:09:28 +0000 |
commit | d0f262a077c21c8756ac9475cb779f38532af870 (patch) | |
tree | c0d0deab9af9fdbe94c834c2fb490341acb8f64f | |
parent | 8a0ac1ab914c5fcccfa1977f14664c47d439640e (diff) | |
download | xine-lib-d0f262a077c21c8756ac9475cb779f38532af870.tar.gz xine-lib-d0f262a077c21c8756ac9475cb779f38532af870.tar.bz2 |
Don't require mkinstalldirs, as requested by Frantisek Dvorak.
CVS patchset: 8057
CVS date: 2006/06/18 21:09:28
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 065b3fc65..b9690c579 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ DEBFILES = debian/README.Debian debian/changelog debian/control \ debian/copyright debian/rules debian/compat \ debian/shlibdeps.sh debian/libxine-dev.install debian/libxine1.install -EXTRA_DIST = config.rpath mkinstalldirs autogen.sh \ +EXTRA_DIST = config.rpath autogen.sh \ automake.diff \ $(DEBFILES) \ ChangeLog \ |