From 968dc229afd75e670a92b24eb48222aa347d756b Mon Sep 17 00:00:00 2001 From: Paul Sladen Date: Sun, 29 Mar 2009 19:13:36 +0200 Subject: [PATCH] renamed: usbmuxd.h -> usbmuxd-proto.h renamed: libusbmuxd.h -> usbmuxd.h Use 'install' in Makefile build libusbmuxd.so (use with '#include ' and -lusbmuxd add *.so to .gitignore Really this time. Signed-off-by: Nikias Bassen --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index fc8eef2..832ff7f 100644 --- a/main.c +++ b/main.c @@ -34,7 +34,7 @@ #include #include -#include "usbmuxd.h" +#include "usbmuxd-proto.h" #include "sock_stuff.h" #include "iphone.h" -- cgit v1.1-32-gdbae