summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-04-02 15:10:50 +0200
committerlouis <louis.braun@gmx.de>2015-04-02 15:10:50 +0200
commit92d75fc8fce2742ec317b8b6f834722c24a85478 (patch)
tree155a24e78d87ebe147ddbc62f5e51db2c905ed25 /Makefile
parent7b8402030a1c79cb532026a8036e85379511f1e4 (diff)
downloadvdr-plugin-weatherforecast-92d75fc8fce2742ec317b8b6f834722c24a85478.tar.gz
vdr-plugin-weatherforecast-92d75fc8fce2742ec317b8b6f834722c24a85478.tar.bz2
introduced libskindesignerapi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a246bea..2d96aa9 100644
--- a/Makefile
+++ b/Makefile
@@ -54,13 +54,14 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
LIBS += $(shell pkg-config --libs libcurl)
LIBS += $(shell pkg-config --cflags --libs jansson)
+INCLUDES += $(shell pkg-config --cflags libskindesignerapi)
+LIBS += $(shell pkg-config --libs libskindesignerapi)
+
### The object files (add further files here):
OBJS = $(PLUGIN).o \
config.o \
setup.o \
- libskindesigner/skindesignerosdbase.o \
- libskindesigner/osdelements.o \
tools/curlfuncs.o \
tools/jsonhelpers.o \
tools/filesystem.o \