[Firebug-cvs] fireboard/beta/tools/src/xlisten Makefile,1.4,1.5
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-06-01 01:46:29
|
Update of /cvsroot/firebug/fireboard/beta/tools/src/xlisten In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27915 Modified Files: Makefile Log Message: Started abstracting out the postgres driver code. Index: Makefile =================================================================== RCS file: /cvsroot/firebug/fireboard/beta/tools/src/xlisten/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 27 May 2005 20:17:34 -0000 1.4 --- Makefile 1 Jun 2005 01:46:20 -0000 1.5 *************** *** 16,19 **** --- 16,21 ---- SRCS += boards/mep500.c boards/mep401.c boards/ggbacltst.c SRCS += boards/mica2.c boards/mica2dot.c boards/micaz.c boards/fireboard.c + SRCS += boards/pg_test.c + INCLUDES = ../../../tos/sensorboards/mts400/GPS |