diff options
| author | 2013-04-25 17:43:54 +0100 | |
|---|---|---|
| committer | 2013-04-25 17:43:54 +0100 | |
| commit | 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 (patch) | |
| tree | 708d1ec3ee0fcc3a3f49be45457c5f641c108dc2 /src/Makefile.am | |
| parent | 927c34ee8e6974a34b1dfd7d1a4fde5eabbeca7a (diff) | |
| download | libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.gz libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.bz2 | |
common: Move debug and userpref code into libinternalcommon
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 66be29f..7024ead 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) |
| 2 | 2 | ||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusbmuxd_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) $(openssl_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusbmuxd_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) $(openssl_CFLAGS) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libplist_LIBS) $(libusbmuxd_LIBS) $(libgcrypt_LIBS) ${libpthread_LIBS} $(openssl_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libplist_LIBS) $(libusbmuxd_LIBS) $(libgcrypt_LIBS) ${libpthread_LIBS} $(openssl_LIBS) |
| @@ -7,8 +7,6 @@ lib_LTLIBRARIES = libimobiledevice.la | |||
| 7 | libimobiledevice_la_LIBADD = $(top_srcdir)/common/libinternalcommon.la | 7 | libimobiledevice_la_LIBADD = $(top_srcdir)/common/libinternalcommon.la |
| 8 | libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined | 8 | libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_VERSION) -no-undefined |
| 9 | libimobiledevice_la_SOURCES = idevice.c idevice.h \ | 9 | libimobiledevice_la_SOURCES = idevice.c idevice.h \ |
| 10 | debug.c debug.h\ | ||
| 11 | userpref.c userpref.h\ | ||
| 12 | service.c service.h\ | 10 | service.c service.h\ |
| 13 | property_list_service.c property_list_service.h\ | 11 | property_list_service.c property_list_service.h\ |
| 14 | device_link_service.c device_link_service.h\ | 12 | device_link_service.c device_link_service.h\ |
