summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: bb7252e166f64c2ab28506261d42bcd4787c2007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = -I$(top_srcdir)/include

AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusbmuxd_CFLAGS) $(libglib2_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgthread2_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS)
AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_LIBS) $(libplist_LIBS) $(libusbmuxd_LIBS) $(libgcrypt_LIBS)

lib_LTLIBRARIES = libiphone.la
libiphone_la_SOURCES = iphone.c iphone.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\
		       NotificationProxy.c NotificationProxy.h\
		       InstallationProxy.c InstallationProxy.h\
		       SBServices.c SBServices.h\
		       userpref.c userpref.h\
		       debug.c debug.h\
		       MobileSync.c MobileSync.h