diff options
| author | louis <louis.braun@gmx.de> | 2014-05-09 16:53:56 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-05-09 16:53:56 +0200 |
| commit | 31f55fb489a65043849bdf48c7838773c05c71c8 (patch) | |
| tree | 9830df2ed329397feebc3cf1be5120ac814e70f7 /Makefile | |
| parent | 5d7fb01f67025dba5fc9262862dce0d978bcb7ed (diff) | |
| download | vdr-plugin-scraper2vdr-31f55fb489a65043849bdf48c7838773c05c71c8.tar.gz vdr-plugin-scraper2vdr-31f55fb489a65043849bdf48c7838773c05c71c8.tar.bz2 | |
some more fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |
