diff options
| author | 2013-02-26 17:24:23 +0100 | |
|---|---|---|
| committer | 2013-02-27 16:18:15 +0100 | |
| commit | f8066bbf5169b7d7e68771bce677355e33a595c1 (patch) | |
| tree | 8e8ee0a82c3a363c171c7124884af80a68e7cd08 /src/Makefile.am | |
| parent | ca23188eaab07d744e9cf85d9bf69ed323e94186 (diff) | |
| download | libimobiledevice-f8066bbf5169b7d7e68771bce677355e33a595c1.tar.gz libimobiledevice-f8066bbf5169b7d7e68771bce677355e33a595c1.tar.bz2 | |
implement base service that all other services inherit from
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 136baf4..574075e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -9,6 +9,7 @@ libimobiledevice_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIMOBILEDEVICE_SO_ | |||
| 9 | libimobiledevice_la_SOURCES = idevice.c idevice.h \ | 9 | libimobiledevice_la_SOURCES = idevice.c idevice.h \ |
| 10 | debug.c debug.h\ | 10 | debug.c debug.h\ |
| 11 | userpref.c userpref.h\ | 11 | userpref.c userpref.h\ |
| 12 | service.c service.h\ | ||
| 12 | property_list_service.c property_list_service.h\ | 13 | property_list_service.c property_list_service.h\ |
| 13 | device_link_service.c device_link_service.h\ | 14 | device_link_service.c device_link_service.h\ |
| 14 | lockdown.c lockdown.h\ | 15 | lockdown.c lockdown.h\ |
| @@ -31,4 +32,4 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 31 | 32 | ||
| 32 | if WIN32 | 33 | if WIN32 |
| 33 | libimobiledevice_la_LIBADD += -lole32 | 34 | libimobiledevice_la_LIBADD += -lole32 |
| 34 | endif \ No newline at end of file | 35 | endif |
