From 8f6074a9fc2fb34c9278465cbe03bb85c6eb4539 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 21 Mar 2012 17:58:17 +0100 Subject: Fix make distcheck loosing asprintf.h and endianness.h --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 7367757..0ac0231 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = asprintf.h endianness.h + nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \ libimobiledevice/lockdown.h \ libimobiledevice/afc.h \ -- cgit v1.1-32-gdbae