1
0
Fork 0
forked from len0rd/rockbox

Moved libskin_parser to lib. Added it to link line.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2010-06-24 11:47:37 +00:00
parent faa9448dfb
commit 936e673954
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ SKINP_OBJ := $(call c2obj, $(SKINP_SRC))
OTHER_SRC += $(SKINP_SRC)
SKINLIB = $(BUILDDIR)/libskin_parser.a
SKINLIB = $(BUILDDIR)/lib/libskin_parser.a
INCLUDES += -I$(SKINP_DIR)