]> www.vanbest.org Git - sasc-ng.git/commitdiff
fix testing code
authorleslie <unknown>
Thu, 3 Jan 2008 15:55:19 +0000 (16:55 +0100)
committerleslie <unknown>
Thu, 3 Jan 2008 15:55:19 +0000 (16:55 +0100)
testing/Makefile
testing/compat.c

index aaed3ad7a0cc443f7b2ad1bca85510d08a7a64e0..3118328312718b065b14f6ed101ed9958ffe832e 100644 (file)
@@ -21,7 +21,7 @@ APIVERSNUM = $(shell sed -ne '/define APIVERSNUM/ s/^.[a-zA-Z ]*\([0-9]*\) .*$$/
 INCLUDES = -I.. -I$(VDRDIR)/include
 DEFINES  = -DAPIVERSNUM=$(APIVERSNUM) -DAPIVERSION='"$(APIVERSION)"' -DSCAPIVERS=$(SCAPIVERS) -D_GNU_SOURCE
 
-OBJS = misc.o log.o data.o crypto.o parse.o system.o system-common.o smartcard.o network.o filter.o
+OBJS = misc.o log.o data.o crypto.o parse.o system.o system-common.o smartcard.o network.o filter.o version.o
 SHAREDOBJS = compat.o $(VDRDIR)/tools.o $(VDRDIR)/thread.o
 LIBS = -lpthread -ljpeg -ldl -lcrypto
 
index bd9c397e37cd1172685a79ae7aca815385a4eef8..ef9d7cea84010b9bbf513a3135d327f7bd2c5112 100644 (file)
@@ -106,11 +106,6 @@ int ReadRaw(const char *name, unsigned char *buff, int maxlen)
 //
 //
 
-const char *ScVersion = SCVERSION;
-
-//
-//
-
 extern const char *I18nTranslate(const char *s, const char *Plugin)
 {
   return s;