diff options
author | Darren Salt <devspam@moreofthesa.me.uk> | 2013-09-18 14:37:44 +0100 |
---|---|---|
committer | Darren Salt <devspam@moreofthesa.me.uk> | 2013-09-18 14:37:44 +0100 |
commit | 9eacba699bffec6fe6dd09c6302766111c54ced1 (patch) | |
tree | 90ba7084179ea76cc003fab752f929c67bb8ceec | |
parent | e38ff4e25ee6f6e72fcc57f432ed6835fc856cfa (diff) | |
download | xine-lib-9eacba699bffec6fe6dd09c6302766111c54ced1.tar.gz xine-lib-9eacba699bffec6fe6dd09c6302766111c54ced1.tar.bz2 |
Don't remove misc/Makefile.plugin too early when cleaning.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02c819dc5..0ebd8a6ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ AUTOMAKE_OPTIONS = 1.9 no-dist-gzip dist-bzip2 ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = doc m4 po misc include lib src win32 contrib +SUBDIRS = doc m4 po include lib src win32 contrib misc DEBFILES = debian/README.Debian debian/changelog debian/control \ debian/copyright debian/rules debian/compat \ |