diff options
| author | 2009-03-08 12:13:03 -0700 | |
|---|---|---|
| committer | 2009-03-08 12:13:03 -0700 | |
| commit | 774c3ed001a48a52cceb450bca292dd6112d683f (patch) | |
| tree | 98d3d01ecb8bb492d61eaab2dccb90a409bb76ba /src/Makefile.am | |
| parent | 927a6d3d437ca4532f8e9e906089b3a24542ebd3 (diff) | |
| download | libimobiledevice-774c3ed001a48a52cceb450bca292dd6112d683f.tar.gz libimobiledevice-774c3ed001a48a52cceb450bca292dd6112d683f.tar.bz2 | |
Adds ability to show notification screen to the user.
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2661ed6..76b15ec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -12,4 +12,4 @@ libiphone_initconf_LDFLAGS = $(libgthread2_LIBS) $(AM_LDFLAGS) | |||
| 12 | 12 | ||
| 13 | 13 | ||
| 14 | lib_LTLIBRARIES = libiphone.la | 14 | lib_LTLIBRARIES = libiphone.la |
| 15 | libiphone_la_SOURCES = usbmux.c iphone.c plist.c lockdown.c AFC.c userpref.c utils.c | 15 | libiphone_la_SOURCES = usbmux.c iphone.c plist.c lockdown.c AFC.c NotificationProxy.c userpref.c utils.c |
