summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-11 07:29:39 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2006-10-11 07:29:39 +0000
commit3c4c48c7446323d5690f69eeed5cae5652b24b5d (patch)
tree31d7b56855fc84df6c37d63685eec07724a32398
parent4b1a5fc89cae36c9390e0e42f877f474feb632cb (diff)
downloadxine-lib-3c4c48c7446323d5690f69eeed5cae5652b24b5d.tar.gz
xine-lib-3c4c48c7446323d5690f69eeed5cae5652b24b5d.tar.bz2
Fix distcheck.
CVS patchset: 8333 CVS date: 2006/10/11 07:29:39
-rw-r--r--include/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index bbf090750..97d82e063 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -4,7 +4,7 @@ if GENERATED_INTTYPES_H
inttypes_h = inttypes.h
endif
-include_HEADERS = xine.h $(inttypes_h)
+include_HEADERS = xine.h
CONFIG_CLEAN_FILES = xine.h $(inttypes_h)
@@ -24,3 +24,6 @@ maintainer-clean-generic:
install-data-local: install-includeHEADERS
sed -e '/^\/\*_x_/d' xine.h > $(DESTDIR)$(includedir)/xine.h
+if GENERATED_INTTYPES_H
+ $(INSTALL) inttypes.h $(DESTDIR)$(includedir)
+endif