diff options
| author | 2012-03-21 17:58:17 +0100 | |
|---|---|---|
| committer | 2012-03-21 17:58:17 +0100 | |
| commit | 8f6074a9fc2fb34c9278465cbe03bb85c6eb4539 (patch) | |
| tree | 0be502f64794558672b17705ac8dfca6fd15fcac | |
| parent | 8e3616f6129d374a0f9b088db04b55a1dbd51904 (diff) | |
| download | libimobiledevice-8f6074a9fc2fb34c9278465cbe03bb85c6eb4539.tar.gz libimobiledevice-8f6074a9fc2fb34c9278465cbe03bb85c6eb4539.tar.bz2 | |
Fix make distcheck loosing asprintf.h and endianness.h
| -rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | EXTRA_DIST = asprintf.h endianness.h | ||
| 2 | |||
| 1 | nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \ | 3 | nobase_include_HEADERS = libimobiledevice/libimobiledevice.h \ |
| 2 | libimobiledevice/lockdown.h \ | 4 | libimobiledevice/lockdown.h \ |
| 3 | libimobiledevice/afc.h \ | 5 | libimobiledevice/afc.h \ |
