summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-17 11:53:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-17 11:53:35 +0200
commitb3c78919d5e8dcfcf8f5eb635bbb86efa98a3fa4 (patch)
tree9f7fdf1aa3461c1c743b338e018d304e7569be45 /Makefile
parent27046cf8a9f1047e39724ddb1702957f4b395f36 (diff)
downloadvdr-b3c78919d5e8dcfcf8f5eb635bbb86efa98a3fa4.tar.gz
vdr-b3c78919d5e8dcfcf8f5eb635bbb86efa98a3fa4.tar.bz2
Implemented image grabbing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2f00459b..583a3f84 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.9 2000/09/10 08:55:45 kls Exp $
+# $Id: Makefile 1.10 2000/09/17 10:19:44 kls Exp $
DVBDIR = ../DVB
@@ -40,7 +40,7 @@ tools.o : tools.c tools.h
videodir.o : videodir.c tools.h videodir.h
vdr: $(OBJS)
- g++ -g -O2 $(OBJS) -lncurses -o vdr
+ g++ -g -O2 $(OBJS) -lncurses -ljpeg -o vdr
clean:
-rm $(OBJS) vdr