summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-12 22:21:32 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-12 22:21:32 +0200
commit27d801abf2ba1bfff918a9b36d6b9c7a46b5a844 (patch)
treeaeaecb2354962009bacacb19308574a60e5924a3 /src/Makefile
parentgo rid of some sydra left-overs (diff)
some minor cleanupHEADmaster
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)