summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1a2ab0a..5297c68 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -37,7 +37,7 @@ EXECUTABLE := gstdvbbackend
C_OBJS := log.o \
options.o \
- streamer.o \
+ streamer.o \
gstdvbbackend.o
C_SRCS := $(C_OBJS:%.o=%.c)