summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-01 15:47:38 +0200
committerGravatar Nikias Bassen2021-09-01 15:49:51 +0200
commit8eae9896eedd6a685b55abed9a2db4e379ff0e69 (patch)
treef0f31c95103a4a8487c2b36464d756aa4d008c96 /common/Makefile.am
parent1a7351852d650a481e1ddfa86aed9dc781849b51 (diff)
downloadlibusbmuxd-8eae9896eedd6a685b55abed9a2db4e379ff0e69.tar.gz
libusbmuxd-8eae9896eedd6a685b55abed9a2db4e379ff0e69.tar.bz2
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am16
1 files changed, 0 insertions, 16 deletions
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