summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index cda4494e0..bbf090750 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,8 +1,12 @@
EXTRA_DIST = xine.h.in
-include_HEADERS = xine.h
+if GENERATED_INTTYPES_H
+inttypes_h = inttypes.h
+endif
-CONFIG_CLEAN_FILES = xine.h
+include_HEADERS = xine.h $(inttypes_h)
+
+CONFIG_CLEAN_FILES = xine.h $(inttypes_h)
debug:
@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"