From 0269409fd3fdc8f0831270582cd27e425b29a2dd Mon Sep 17 00:00:00 2001 From: mrwastl Date: Thu, 11 Aug 2011 22:07:19 +0200 Subject: beauty fix: add inner graphlcd-base dependencies (link lglcdgraphics to libglcddrivers.so and libglcdskin.so) (thanks to Gerald) --- glcdskin/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'glcdskin') diff --git a/glcdskin/Makefile b/glcdskin/Makefile index 1c1b04e..9932f55 100644 --- a/glcdskin/Makefile +++ b/glcdskin/Makefile @@ -19,6 +19,11 @@ OBJS = cache.o config.o display.o font.o function.o object.o parser.o skin.o str HEADERS = cache.h config.h display.h font.h function.h object.h parser.h skin.h string.h type.h variable.h xml.h + +### Inner graphlcd-base dependencies +LIBS += -L../glcdgraphics -lglcdgraphics + + ### Implicit rules: %.o: %.c -- cgit v1.2.3