summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-03-29 20:15:07 +0200
committerGravatar Nikias Bassen2009-03-29 20:15:07 +0200
commit22073a7c051fb263f3d9481dfef844ccfc2a18d0 (patch)
treea338d2d138b7628c301395d5d5e53e51a28185f6
parente652af13edb7e47e1a0770c40448b93e93d0daa5 (diff)
downloadusbmuxd-22073a7c051fb263f3d9481dfef844ccfc2a18d0.tar.gz
usbmuxd-22073a7c051fb263f3d9481dfef844ccfc2a18d0.tar.bz2
[PATCH] build libusbmuxd.so before iproxy
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa5576b..13a9914 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-TARGETS=usbmuxd iproxy libusbmuxd.so
+TARGETS=usbmuxd libusbmuxd.so iproxy
CFLAGS=-I. -Wall -g -DDEBUG -fPIC
LIBS=-lpthread -lusb -lrt
LDFLAGS=-L.