From 3c4c48c7446323d5690f69eeed5cae5652b24b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 11 Oct 2006 07:29:39 +0000 Subject: Fix distcheck. CVS patchset: 8333 CVS date: 2006/10/11 07:29:39 --- include/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3