summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--3rd_party/ed25519/Makefile.am7
-rw-r--r--3rd_party/libsrp6a-sha512/Makefile.am3
-rw-r--r--Makefile.am1
-rw-r--r--docs/Makefile.am3
-rw-r--r--include/Makefile.am1
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 =
libed25519_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
libed25519_la_SOURCES = \
add_scalar.c \
+ ed25519.h \
fe.c \
+ fe.h \
+ fixedint.h \
ge.c \
+ ge.h \
keypair.c \
key_exchange.c \
+ precomp_data.h \
sc.c \
+ sc.h \
seed.c \
sign.c \
sha512.c \
+ sha512.h \
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 = \
t_truerand.c cstr.c \
srp.c srp6a_sha512_client.c \
srp.h srp_aux.h cstr.h \
- t_sha.c
+ t_defines.h t_pwd.h \
+ t_sha.c t_sha.h
#if !HAVE_OPENSSL
#libsrp6a_sha512_la_SOURCES += t_sha.c
#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
SUBDIRS = 3rd_party common src include $(CYTHON_SUB) tools docs
EXTRA_DIST = \
- docs \
README.md \
git-version-gen
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 = \
idevicesetlocation.1 \
afcclient.1
-EXTRA_DIST = $(man_MANS)
+EXTRA_DIST = $(man_MANS) \
+ doxygen
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 = \
libimobiledevice/preboard.h \
libimobiledevice/companion_proxy.h \
libimobiledevice/reverse_proxy.h \
+ libimobiledevice/bt_packet_logger.h \
libimobiledevice/property_list_service.h \
libimobiledevice/service.h