diff options
| author | 2009-03-29 19:13:36 +0200 | |
|---|---|---|
| committer | 2009-03-29 19:13:36 +0200 | |
| commit | 968dc229afd75e670a92b24eb48222aa347d756b (patch) | |
| tree | 46ffbedeff90838b95b643ba6d6a0c966292b452 /main.c | |
| parent | 16a161e315c12a6837fcdb15c270ac42feef8e9b (diff) | |
| download | usbmuxd-968dc229afd75e670a92b24eb48222aa347d756b.tar.gz usbmuxd-968dc229afd75e670a92b24eb48222aa347d756b.tar.bz2 | |
[PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h
renamed: libusbmuxd.h -> usbmuxd.h
Use 'install' in Makefile
build libusbmuxd.so (use with '#include <usbmux.h>' and -lusbmuxd
add *.so to .gitignore
Really this time.
Signed-off-by: Nikias Bassen <nikias@gmx.li>
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -34,7 +34,7 @@ | |||
| 34 | #include <stdint.h> | 34 | #include <stdint.h> |
| 35 | #include <usb.h> | 35 | #include <usb.h> |
| 36 | 36 | ||
| 37 | #include "usbmuxd.h" | 37 | #include "usbmuxd-proto.h" |
| 38 | #include "sock_stuff.h" | 38 | #include "sock_stuff.h" |
| 39 | 39 | ||
| 40 | #include "iphone.h" | 40 | #include "iphone.h" |
