diff options
| author | 2010-05-19 23:48:37 +0200 | |
|---|---|---|
| committer | 2010-05-19 23:48:37 +0200 | |
| commit | d5e18975a3905682f5db090b4ddffeafb4f5fde4 (patch) | |
| tree | 6ea0194a67dc606243730318493e0e81e7e44cde /src/Makefile.am | |
| parent | a78323c5135a33851e7056a2f2fce3c83b5acfbc (diff) | |
| download | libimobiledevice-d5e18975a3905682f5db090b4ddffeafb4f5fde4.tar.gz libimobiledevice-d5e18975a3905682f5db090b4ddffeafb4f5fde4.tar.bz2 | |
Implement restored API
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 5fa37d7..338daf2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -19,4 +19,5 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 19 | mobile_image_mounter.c mobile_image_mounter.h\ | 19 | mobile_image_mounter.c mobile_image_mounter.h\ |
| 20 | screenshotr.c screenshotr.h\ | 20 | screenshotr.c screenshotr.h\ |
| 21 | mobilesync.c mobilesync.h\ | 21 | mobilesync.c mobilesync.h\ |
| 22 | mobilebackup.c mobilebackup.h | 22 | mobilebackup.c mobilebackup.h\ |
| 23 | restore.c restore.h | ||
