diff rvinterf/Makefile @ 171:4d8e4c58df71

rvtdump: implemented Tx extension hack, compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 20 Nov 2013 05:39:31 +0000
parents e0d56e9be8a2
children 019120585a1c
line wrap: on
line diff
--- a/rvinterf/Makefile	Wed Nov 20 04:05:18 2013 +0000
+++ b/rvinterf/Makefile	Wed Nov 20 05:39:31 2013 +0000
@@ -3,7 +3,8 @@
 PROGS=	rvtdump
 INSTBIN=/usr/local/bin
 
-RVTDUMP_OBJS=	log.o openport.o packetrx.o rvtdump.o trdump.o
+RVTDUMP_OBJS=	log.o openport.o packetrx.o packettx.o rvtdump.o rvtdump_tx.o \
+		trdump.o
 
 all:	${PROGS}