diff options
| author | 2009-03-24 10:01:25 -0700 | |
|---|---|---|
| committer | 2009-03-24 10:01:25 -0700 | |
| commit | 0114d8da493e69f14bc2669ae0ec6b9813b237cf (patch) | |
| tree | 08ecfcb23f61ffa4b1066da4c4a2367672ab31d1 /Makefile.am | |
| parent | 127a5934b593ea7fd34b16477e6dd5619101bcb9 (diff) | |
| download | libimobiledevice-0114d8da493e69f14bc2669ae0ec6b9813b237cf.tar.gz libimobiledevice-0114d8da493e69f14bc2669ae0ec6b9813b237cf.tar.bz2 | |
Added support for forcing the iPhone into configuration 3 through udev to allow automounting support.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f103377..2b9ce9a 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | 2 | ||
| 3 | SUBDIRS = src include fdi $(DEV_SUB) | 3 | SUBDIRS = src include fdi udev $(DEV_SUB) |
| 4 | 4 | ||
| 5 | pkgconfigdir = $(libdir)/pkgconfig | 5 | pkgconfigdir = $(libdir)/pkgconfig |
| 6 | pkgconfig_DATA = libiphone-1.0.pc | 6 | pkgconfig_DATA = libiphone-1.0.pc |
