From 8eae9896eedd6a685b55abed9a2db4e379ff0e69 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 1 Sep 2021 15:47:38 +0200 Subject: Remove common code in favor of new libimobiledevice-glue --- common/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 common/Makefile.am (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am deleted file mode 100644 index 8d0e889..0000000 --- a/common/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -AM_CFLAGS = $(GLOBAL_CFLAGS) - -noinst_LTLIBRARIES = libinternalcommon.la - -libinternalcommon_la_LIBADD = -libinternalcommon_la_SOURCES = \ - socket.c \ - thread.c \ - collection.c \ - socket.h \ - thread.h \ - collection.h - -if WIN32 -libinternalcommon_la_LIBADD += -lws2_32 -lIphlpapi -endif -- cgit v1.1-32-gdbae