summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorJohn Fredriksson <john.xj.fredriksson@stericsson.com>2011-05-25 12:06:03 +0000
committerJohn Fredriksson <john.xj.fredriksson@stericsson.com>2011-05-25 12:06:03 +0000
commita2cedfe2f2ec2a27fcf15b622fbf0c167ec1bb4c (patch)
tree075f2774867f3e1123c52b1933714153020895c5 /src/Makefile.in
parent258f15ade2f97b7b81a3a12eb9c7ddec21f37459 (diff)
Add hardware accelerated copy and solid methods
maliCopy and maliSolid has been implemented with b2r2 hardware blitting using libblt_hw.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4fe147d..32d4ee7 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -173,7 +173,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = -lblt_hw
LIBTOOL = @LIBTOOL@
LIB_MAN_DIR = @LIB_MAN_DIR@
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@