summaryrefslogtreecommitdiffstats
path: root/utils/MTP
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2009-12-03 23:13:45 +0000
committerRobert Menes <rmenes@rockbox.org>2009-12-03 23:13:45 +0000
commit29d20d806838ca3a3691f723bdb0eaeefb480c5d (patch)
treee27b1b07b2c9fca77a5767c701dce06db7ee7106 /utils/MTP
parentf6a92b8e718a998b0a673ba39a01de90e1c73c82 (diff)
downloadrockbox-29d20d806838ca3a3691f723bdb0eaeefb480c5d.tar.gz
rockbox-29d20d806838ca3a3691f723bdb0eaeefb480c5d.zip
Another round of plugin keymaps for the Philips GoGear SA9200.
Just a few more to go... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP')
-rw-r--r--utils/MTP/beastpatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/Makefile b/utils/MTP/beastpatcher/Makefile
index d02f83481d..dea38c81f9 100644
--- a/utils/MTP/beastpatcher/Makefile
+++ b/utils/MTP/beastpatcher/Makefile
@@ -15,7 +15,7 @@ endif
endif
ifneq ($(findstring MINGW,$(shell uname)),MINGW)
-LIBS = /usr/lib/libmtp.a /usr/lib/libusb.a
+LIBS = /usr/local/lib/libmtp.a /usr/local/lib/libusb.a
CFLAGS += $(shell printf \
'\#include <libmtp.h>\nlibmtp version: LIBMTP_VERSION\n' | \
gcc -E -P - -o - | grep -q '^libmtp version: 0\.2' && echo '-DOLDMTP')