[Wepg-devel] mythcond Makefile,1.2,1.3 myth.sql,1.1.1.1,1.2
Brought to you by:
leonvs
|
From: Leon v. S. <le...@us...> - 2004-08-03 17:15:33
|
Update of /cvsroot/wepg/mythcond In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30727 Modified Files: Makefile myth.sql Log Message: ok Index: Makefile =================================================================== RCS file: /cvsroot/wepg/mythcond/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 29 Jul 2004 16:00:32 -0000 1.2 --- Makefile 3 Aug 2004 17:15:25 -0000 1.3 *************** *** 5,9 **** PISOCK_LIBS = -lpisock ! COPTS = -Wall -O2 -I../common CFLAGS += $(COPTS) $(MYSQL_CFLAGS) $(PISOCK_CFLAGS) --- 5,9 ---- PISOCK_LIBS = -lpisock ! COPTS = -Wall -O2 -I../common -Isrc CFLAGS += $(COPTS) $(MYSQL_CFLAGS) $(PISOCK_CFLAGS) *************** *** 19,23 **** wepgcn.o \ wepgsync.o \ ! wepgutil.o mythwepg: $(OBJS) Makefile --- 19,25 ---- wepgcn.o \ wepgsync.o \ ! wepgutil.o \ ! RecIDList.o \ ! TimeThreshold.o mythwepg: $(OBJS) Makefile Index: myth.sql =================================================================== RCS file: /cvsroot/wepg/mythcond/myth.sql,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** myth.sql 28 Jul 2004 19:02:35 -0000 1.1.1.1 --- myth.sql 3 Aug 2004 17:15:25 -0000 1.2 *************** *** 7,10 **** --- 7,11 ---- view_start int(11) default NULL, day_end int(11) default NULL, + load_ahead int(11) default NULL, PRIMARY KEY (id) ); |