blob: 287b4e00d02e4a0df3ba4d286fc213f5925cb50a [file] [log] [blame]
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)
AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusbmuxd_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) $(openssl_CFLAGS)
AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libplist_LIBS) $(libusbmuxd_LIBS) $(libgcrypt_LIBS) $(libpthread_LIBS) $(openssl_LIBS)
lib_LTLIBRARIES = libimobiledevice.la
libimobiledevice_la_LIBADD = $(top_builddir)/common/libinternalcommon.la
libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined
libimobiledevice_la_SOURCES = idevice.c idevice.h \
service.c service.h\
property_list_service.c property_list_service.h\
device_link_service.c device_link_service.h\
lockdown.c lockdown.h\
afc.c afc.h\
file_relay.c file_relay.h\
notification_proxy.c notification_proxy.h\
installation_proxy.c installation_proxy.h\
sbservices.c sbservices.h\
mobile_image_mounter.c mobile_image_mounter.h\
screenshotr.c screenshotr.h\
mobilesync.c mobilesync.h\
mobilebackup.c mobilebackup.h\
house_arrest.c house_arrest.h\
mobilebackup2.c mobilebackup2.h\
misagent.c misagent.h\
restore.c restore.h\
diagnostics_relay.c diagnostics_relay.h\
heartbeat.c heartbeat.h\
webinspector.c webinspector.h\
syslog_relay.c syslog_relay.h
if WIN32
libimobiledevice_la_LDFLAGS += -avoid-version
libimobiledevice_la_LIBADD += -lole32 -lws2_32
endif