summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: c7ab0cfadb578639046ab26db36ee038b7212833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AM_CPPFLAGS = -I$(top_srcdir)/include

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_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined
libimobiledevice_la_SOURCES = idevice.c idevice.h \
		       debug.c debug.h\
		       userpref.c userpref.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\
		       restore.c restore.h