From 31f55fb489a65043849bdf48c7838773c05c71c8 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 9 May 2014 16:53:56 +0200 Subject: some more fixes --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38c7836..a062c37 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,11 @@ # $Id$ # External image lib to use: imagemagick, graphicsmagick + IMAGELIB = imagemagick PLUGIN = scraper2vdr -HLIB = -L./lib -lhorchi +HLIB = -L./lib -lhorchi ### The version number of this plugin (taken from the main source file): @@ -36,7 +37,7 @@ APIVERSION = $(call PKGCFG,apiversion) -include $(PLGCFG) -LIBS = $(HLIB) $(shell mysql_config --libs_r) -luuid +LIBS = $(HLIB) $(shell mysql_config --libs_r) -luuid -lcrypto ### The name of the distribution archive: -- cgit v1.2.3