Browse Source

makefile: Split sources line.

Georgi Chorbadzhiyski 12 years ago
parent
commit
9b7ddc8a01
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      Makefile

+ 9
- 1
Makefile View File

@@ -30,7 +30,15 @@ FUNCS_LIB = $(FUNCS_DIR)/libfuncs.a
30 30
 TS_DIR = libtsfuncs
31 31
 TS_LIB = $(TS_DIR)/libtsfuncs.a
32 32
 
33
-tsdecrypt_SRC  = data.c udp.c util.c camd.c camd-cs378x.c process.c tables.c notify.c tsdecrypt.c
33
+tsdecrypt_SRC = data.c \
34
+ udp.c \
35
+ util.c \
36
+ camd.c \
37
+ camd-cs378x.c \
38
+ process.c \
39
+ tables.c \
40
+ notify.c \
41
+ tsdecrypt.c
34 42
 tsdecrypt_LIBS = -lcrypto -ldvbcsa -lpthread
35 43
 tsdecrypt_OBJS = $(FUNCS_LIB) $(TS_LIB) $(tsdecrypt_SRC:.c=.o)
36 44
 

Loading…
Cancel
Save