diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-01-06 14:44:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-01-06 14:44:27 +0100 |
commit | 4e15f6d658139fca773b76088bf1523839c20ffd (patch) | |
tree | 6d51dd4546800274eeddace2069fe08837186076 /Makefile | |
parent | 43b582a04d3b77c0f0f92284bdccbbad190f9d41 (diff) | |
download | vdr-4e15f6d658139fca773b76088bf1523839c20ffd.tar.gz vdr-4e15f6d658139fca773b76088bf1523839c20ffd.tar.bz2 |
Implemented 'Link Layer' based CAM support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.55 2002/12/15 15:15:55 kls Exp $ +# $Id: Makefile 1.56 2003/01/06 12:28:09 kls Exp $ .DELETE_ON_ERROR: @@ -32,7 +32,7 @@ INCLUDES = -I$(DVBDIR)/include DTVLIB = $(DTVDIR)/libdtv.a -OBJS = audio.o channels.o config.o cutter.o device.o diseqc.o dvbdevice.o dvbosd.o\ +OBJS = audio.o channels.o ci.o config.o cutter.o device.o diseqc.o dvbdevice.o dvbosd.o\ dvbplayer.o dvbspu.o eit.o eitscan.o font.o i18n.o interface.o keys.o\ lirc.o menu.o menuitems.o osdbase.o osd.o player.o plugin.o rcu.o\ receiver.o recorder.o recording.o remote.o remux.o ringbuffer.o sources.o\ |