diff rvinterf/Makefile @ 134:e0d56e9be8a2

rvtdump: time-stamped logging implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Nov 2013 23:15:42 +0000
parents 811b138f1bed
children 4d8e4c58df71
line wrap: on
line diff
--- a/rvinterf/Makefile	Sat Nov 02 22:24:14 2013 +0000
+++ b/rvinterf/Makefile	Sat Nov 02 23:15:42 2013 +0000
@@ -3,7 +3,7 @@
 PROGS=	rvtdump
 INSTBIN=/usr/local/bin
 
-RVTDUMP_OBJS=	openport.o packetrx.o rvtdump.o trdump.o
+RVTDUMP_OBJS=	log.o openport.o packetrx.o rvtdump.o trdump.o
 
 all:	${PROGS}