From 305450ad5fc9d8027a35a67f3136d81e4ecf74e2 Mon Sep 17 00:00:00 2001 From: Chow Loong Jin Date: Fri, 3 Oct 2014 13:24:19 +0200 Subject: Move socket and collection functions to a convenience library This avoids the iproxy tool from relying on undocumented library ABI. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4655b8f..26188a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include tools +SUBDIRS = common src include tools pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libusbmuxd.pc -- cgit v1.1-32-gdbae