diff options
author | 2021-09-01 15:48:32 +0200 | |
---|---|---|
committer | 2021-09-01 15:48:32 +0200 | |
commit | ce7609375646cfb1e7d490579e172c37c74a0589 (patch) | |
tree | 0e0855e3c3971fc831c1378c35169990fb21cb13 /common/Makefile.am | |
parent | 24abbb9450c723617e10a6843978aa04a576523e (diff) | |
download | libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.gz libimobiledevice-ce7609375646cfb1e7d490579e172c37c74a0589.tar.bz2 |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index ab01b83..1a90571 100644 --- a/common/Makefile.am +++ b/common/Makefile.am | |||
@@ -25,11 +25,8 @@ noinst_LTLIBRARIES = libinternalcommon.la | |||
25 | libinternalcommon_la_LIBADD = | 25 | libinternalcommon_la_LIBADD = |
26 | libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined | 26 | libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined |
27 | libinternalcommon_la_SOURCES = \ | 27 | libinternalcommon_la_SOURCES = \ |
28 | socket.c socket.h \ | ||
29 | thread.c thread.h \ | ||
30 | debug.c debug.h \ | 28 | debug.c debug.h \ |
31 | userpref.c userpref.h \ | 29 | userpref.c userpref.h |
32 | utils.c utils.h | ||
33 | 30 | ||
34 | if WIN32 | 31 | if WIN32 |
35 | libinternalcommon_la_LIBADD += -lole32 -lws2_32 | 32 | libinternalcommon_la_LIBADD += -lole32 -lws2_32 |