diff options
| author | louis <louis.braun@gmx.de> | 2015-04-02 15:10:50 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-04-02 15:10:50 +0200 |
| commit | 92d75fc8fce2742ec317b8b6f834722c24a85478 (patch) | |
| tree | 155a24e78d87ebe147ddbc62f5e51db2c905ed25 /Makefile | |
| parent | 7b8402030a1c79cb532026a8036e85379511f1e4 (diff) | |
| download | vdr-plugin-weatherforecast-92d75fc8fce2742ec317b8b6f834722c24a85478.tar.gz vdr-plugin-weatherforecast-92d75fc8fce2742ec317b8b6f834722c24a85478.tar.bz2 | |
introduced libskindesignerapi
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 \ |
