diff rvinterf/lowlevel/Makefile @ 1009:009d5bf2ff4c

rvinterf/lowlevel: formatting of FC-specific packet types split off into format_fc.c
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 20 Mar 2016 20:23:54 +0000
parents ed5dcc53e0b3
children
line wrap: on
line diff
--- a/rvinterf/lowlevel/Makefile	Sun Mar 20 19:59:19 2016 +0000
+++ b/rvinterf/lowlevel/Makefile	Sun Mar 20 20:23:54 2016 +0000
@@ -4,10 +4,11 @@
 INSTBIN=/usr/local/bin
 LIBG23=	../libg23/libg23.a
 
-RVTDUMP_OBJS=	format.o openport.o output.o packetrx.o rvtdump.o
+RVTDUMP_OBJS=	format.o format_fc.o openport.o output.o packetrx.o rvtdump.o
 
-RVINTERF_OBJS=	clientcmd.o format.o localsock.o logsent.o openport.o output.o \
-		packetrx.o packettx.o pktfwd.o rviflcd.o rvifmain.o
+RVINTERF_OBJS=	clientcmd.o format.o format_fc.o localsock.o logsent.o \
+		openport.o output.o packetrx.o packettx.o pktfwd.o rviflcd.o \
+		rvifmain.o
 
 TFC139_OBJS=	format.o openport.o output.o packetrx.o packettx.o tfc139.o