diff options
| -rw-r--r-- | 3rd_party/ed25519/Makefile.am | 7 | ||||
| -rw-r--r-- | 3rd_party/libsrp6a-sha512/Makefile.am | 3 | ||||
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | docs/Makefile.am | 3 | ||||
| -rw-r--r-- | include/Makefile.am | 1 |
5 files changed, 12 insertions, 3 deletions
diff --git a/3rd_party/ed25519/Makefile.am b/3rd_party/ed25519/Makefile.am index d8e4e04..438cb53 100644 --- a/3rd_party/ed25519/Makefile.am +++ b/3rd_party/ed25519/Makefile.am | |||
| @@ -15,12 +15,19 @@ libed25519_la_LIBADD = | |||
| 15 | libed25519_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | 15 | libed25519_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined |
| 16 | libed25519_la_SOURCES = \ | 16 | libed25519_la_SOURCES = \ |
| 17 | add_scalar.c \ | 17 | add_scalar.c \ |
| 18 | ed25519.h \ | ||
| 18 | fe.c \ | 19 | fe.c \ |
| 20 | fe.h \ | ||
| 21 | fixedint.h \ | ||
| 19 | ge.c \ | 22 | ge.c \ |
| 23 | ge.h \ | ||
| 20 | keypair.c \ | 24 | keypair.c \ |
| 21 | key_exchange.c \ | 25 | key_exchange.c \ |
| 26 | precomp_data.h \ | ||
| 22 | sc.c \ | 27 | sc.c \ |
| 28 | sc.h \ | ||
| 23 | seed.c \ | 29 | seed.c \ |
| 24 | sign.c \ | 30 | sign.c \ |
| 25 | sha512.c \ | 31 | sha512.c \ |
| 32 | sha512.h \ | ||
| 26 | verify.c | 33 | verify.c |
diff --git a/3rd_party/libsrp6a-sha512/Makefile.am b/3rd_party/libsrp6a-sha512/Makefile.am index 2acd582..bdacb5f 100644 --- a/3rd_party/libsrp6a-sha512/Makefile.am +++ b/3rd_party/libsrp6a-sha512/Makefile.am | |||
| @@ -25,7 +25,8 @@ libsrp6a_sha512_la_SOURCES = \ | |||
| 25 | t_truerand.c cstr.c \ | 25 | t_truerand.c cstr.c \ |
| 26 | srp.c srp6a_sha512_client.c \ | 26 | srp.c srp6a_sha512_client.c \ |
| 27 | srp.h srp_aux.h cstr.h \ | 27 | srp.h srp_aux.h cstr.h \ |
| 28 | t_sha.c | 28 | t_defines.h t_pwd.h \ |
| 29 | t_sha.c t_sha.h | ||
| 29 | #if !HAVE_OPENSSL | 30 | #if !HAVE_OPENSSL |
| 30 | #libsrp6a_sha512_la_SOURCES += t_sha.c | 31 | #libsrp6a_sha512_la_SOURCES += t_sha.c |
| 31 | #endif | 32 | #endif |
diff --git a/Makefile.am b/Makefile.am index 352b28f..f429f2f 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 | |||
| 3 | SUBDIRS = 3rd_party common src include $(CYTHON_SUB) tools docs | 3 | SUBDIRS = 3rd_party common src include $(CYTHON_SUB) tools docs |
| 4 | 4 | ||
| 5 | EXTRA_DIST = \ | 5 | EXTRA_DIST = \ |
| 6 | docs \ | ||
| 7 | README.md \ | 6 | README.md \ |
| 8 | git-version-gen | 7 | git-version-gen |
| 9 | 8 | ||
diff --git a/docs/Makefile.am b/docs/Makefile.am index 8156d4f..c9b742f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am | |||
| @@ -21,6 +21,7 @@ man_MANS = \ | |||
| 21 | idevicesetlocation.1 \ | 21 | idevicesetlocation.1 \ |
| 22 | afcclient.1 | 22 | afcclient.1 |
| 23 | 23 | ||
| 24 | EXTRA_DIST = $(man_MANS) | 24 | EXTRA_DIST = $(man_MANS) \ |
| 25 | doxygen | ||
| 25 | 26 | ||
| 26 | DISTCLEANFILES = html/* html | 27 | DISTCLEANFILES = html/* html |
diff --git a/include/Makefile.am b/include/Makefile.am index 59e54df..a41f53d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -28,5 +28,6 @@ nobase_include_HEADERS = \ | |||
| 28 | libimobiledevice/preboard.h \ | 28 | libimobiledevice/preboard.h \ |
| 29 | libimobiledevice/companion_proxy.h \ | 29 | libimobiledevice/companion_proxy.h \ |
| 30 | libimobiledevice/reverse_proxy.h \ | 30 | libimobiledevice/reverse_proxy.h \ |
| 31 | libimobiledevice/bt_packet_logger.h \ | ||
| 31 | libimobiledevice/property_list_service.h \ | 32 | libimobiledevice/property_list_service.h \ |
| 32 | libimobiledevice/service.h | 33 | libimobiledevice/service.h |
