From 40eb4f123efff21915f31d0a206279d6dd4c0a25 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 19 Mar 2013 17:21:31 +0100 Subject: tools: Add missing socket.h and thread.h to fix make distcheck --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index cf248f3..5b07a5e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -69,3 +69,5 @@ idevicediagnostics_SOURCES = idevicediagnostics.c idevicediagnostics_CFLAGS = $(AM_CFLAGS) idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) idevicediagnostics_LDADD = ../src/libimobiledevice.la + +EXTRA_DIST = socket.h thread.h -- cgit v1.1-32-gdbae