diff options
| author | 2009-03-29 19:13:36 +0200 | |
|---|---|---|
| committer | 2009-03-29 19:13:36 +0200 | |
| commit | 968dc229afd75e670a92b24eb48222aa347d756b (patch) | |
| tree | 46ffbedeff90838b95b643ba6d6a0c966292b452 /libusbmuxd.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 'libusbmuxd.c')
| -rw-r--r-- | libusbmuxd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libusbmuxd.c b/libusbmuxd.c index ed331aa..1a9b4b8 100644 --- a/libusbmuxd.c +++ b/libusbmuxd.c | |||
| @@ -8,9 +8,9 @@ | |||
| 8 | #include <unistd.h> | 8 | #include <unistd.h> |
| 9 | 9 | ||
| 10 | // usbmuxd public interface | 10 | // usbmuxd public interface |
| 11 | #include <libusbmuxd.h> | ||
| 12 | // usbmuxd protocol | ||
| 13 | #include <usbmuxd.h> | 11 | #include <usbmuxd.h> |
| 12 | // usbmuxd protocol | ||
| 13 | #include <usbmuxd-proto.h> | ||
| 14 | // socket utility functions | 14 | // socket utility functions |
| 15 | #include "sock_stuff.h" | 15 | #include "sock_stuff.h" |
| 16 | 16 | ||
