From b6d45c8704e2f0ad1c1082e78f51bb63aaf38f71 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Wed, 30 May 2007 17:30:00 +0000 Subject: - now using own MD5 algorithm --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd812e7..b5ceca2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.37 2007/05/29 16:06:58 lordjaxom Exp $ +# $Id: Makefile,v 1.38 2007/05/30 17:30:00 winni Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -54,7 +54,7 @@ INCLUDES += -I$(VDRDIR)/include -Ihttpd DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' export DEFINES -LIBS += httpd/libhttpd.a -lssl +LIBS += httpd/libhttpd.a SUBDIRS = httpd pages css images javascript @@ -62,7 +62,7 @@ SUBDIRS = httpd pages css images javascript PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o timers.o \ tools.o recordings.o tasks.o status.o epg_events.o epgsearch.o \ - grab.o + grab.o md5.o WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \ javascript/libjavascript.a -- cgit v1.2.3