diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 01:40:48 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-08 01:40:48 +0100 |
| commit | fca22c4c40cadf529409cae24ed00eb84f3547bc (patch) | |
| tree | 7779dba2e02107393b67a2b9a3f5553cb11cbedb /include/Makefile.am | |
| parent | 9a5c7569df986181a089c33fbd4eeae0122a512d (diff) | |
| parent | 9043d0680a6e15ab0058e8cabc48610de50cc29a (diff) | |
| download | xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.gz xine-lib-fca22c4c40cadf529409cae24ed00eb84f3547bc.tar.bz2 | |
Merge from 1.1.
Diffstat (limited to 'include/Makefile.am')
| -rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 621bd423c..673f508fa 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,6 +6,8 @@ endif include_HEADERS = xine.h +noinst_HEADERS = config.h configure.h + CONFIG_CLEAN_FILES = xine.h $(inttypes_h) mostlyclean-generic: @@ -14,7 +16,7 @@ mostlyclean-generic: maintainer-clean-generic: -@echo "This command is intended for maintainers to use;" -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in + -rm -f Makefile.in configure.h.in install-data-local: install-includeHEADERS sed -e '/^\/\*_x_/d' xine.h > $(DESTDIR)$(includedir)/xine.h |
