[libpst-commits] r88 - trunk

Chris Halls halls at alioth.debian.org
Wed Jan 31 18:36:24 CET 2007


Author: halls
Date: 2007-01-31 18:36:23 +0100 (Wed, 31 Jan 2007)
New Revision: 88

Modified:
   trunk/Makefile
Log:
dumpblocks also needs timeconv.o


Index: trunk/Makefile
===================================================================
--- trunk/Makefile	(revision 87)
+++ trunk/Makefile	(revision 88)
@@ -46,7 +46,7 @@
 getidblock: getidblock.o libpst.o debug.o libstrfunc.o
 testdebug: testdebug.o debug.o
 readpstlog: readpstlog.o debug.o
-dumpblocks: dumpblocks.o libpst.o debug.o libstrfunc.o
+dumpblocks: dumpblocks.o libpst.o debug.o libstrfunc.o timeconv.o
 
 clean: 
 	rm -f core *.o readpst.log $(ALL_PROGS) *~ MANIFEST



More information about the libpst-commits mailing list