diff options
author | Paul Sladen | 2009-03-29 19:13:36 +0200 |
---|---|---|
committer | Nikias Bassen | 2009-03-29 19:13:36 +0200 |
commit | 968dc229afd75e670a92b24eb48222aa347d756b (patch) | |
tree | 46ffbedeff90838b95b643ba6d6a0c966292b452 /iproxy.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 'iproxy.c')
-rw-r--r-- | iproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ #include <arpa/inet.h> #include <pthread.h> #include "sock_stuff.h" -#include "libusbmuxd.h" +#include "usbmuxd.h" static uint16_t listen_port = 0; static uint16_t device_port = 0; |