diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 17:30:00 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 17:30:00 +0000 |
commit | b6d45c8704e2f0ad1c1082e78f51bb63aaf38f71 (patch) | |
tree | 97512cc2b5753fdf1d62b691914ae058c4ef583d /Makefile | |
parent | 03bd97b1a02630f6c1d2e6290182b063507485e3 (diff) | |
download | vdr-plugin-live-b6d45c8704e2f0ad1c1082e78f51bb63aaf38f71.tar.gz vdr-plugin-live-b6d45c8704e2f0ad1c1082e78f51bb63aaf38f71.tar.bz2 |
- now using own MD5 algorithm
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |