summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index db3eac3..143985b 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,8 @@ endif
### The object files (add further files here):
-OBJS-CMD = markad-standalone.o
-OBJS-COMMON = demux.o video.o audio.o decoder.o common.o ts2pkt.o pes2audioes.o
+OBJS-CMD = markad-standalone.o
+OBJS-COMMON = demux.o video.o audio.o decoder.o common.o tools.o vdr2pkt.o ts2pkt.o pes2es.o
OBJS = $(PLUGIN).o recv.o status.o $(OBJS-COMMON)
### The main target: