summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-08 17:39:17 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-08 17:39:17 +0200
commit2b73f39cd20c2b3ef464f54b2b3c57da0c4b76c0 (patch)
tree5053b8e1cf3118a79e45cb50520a4755cfb44068 /include/Makefile.am
parent800682ecc936445468fb411c636255b43e07db3b (diff)
parentfca22c4c40cadf529409cae24ed00eb84f3547bc (diff)
downloadxine-lib-2b73f39cd20c2b3ef464f54b2b3c57da0c4b76c0.tar.gz
xine-lib-2b73f39cd20c2b3ef464f54b2b3c57da0c4b76c0.tar.bz2
Merge 1.2.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am4
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