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 /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 @@ #include <unistd.h> // usbmuxd public interface -#include <libusbmuxd.h> -// usbmuxd protocol #include <usbmuxd.h> +// usbmuxd protocol +#include <usbmuxd-proto.h> // socket utility functions #include "sock_stuff.h" |