diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-10-11 07:29:39 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-10-11 07:29:39 +0000 |
commit | 3c4c48c7446323d5690f69eeed5cae5652b24b5d (patch) | |
tree | 31d7b56855fc84df6c37d63685eec07724a32398 | |
parent | 4b1a5fc89cae36c9390e0e42f877f474feb632cb (diff) | |
download | xine-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.am | 5 |
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 |