From f671527cdf2cb96dafdbc84ac0d7c928b69893a9 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 3 Mar 2000 22:15:44 +0000 Subject: [PATCH] Install shared include files. --- motorApp/MotorSrc/Makefile.Host | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/MotorSrc/Makefile.Host b/motorApp/MotorSrc/Makefile.Host index b1831c5f..e693b989 100644 --- a/motorApp/MotorSrc/Makefile.Host +++ b/motorApp/MotorSrc/Makefile.Host @@ -8,6 +8,7 @@ RECTYPES += motorRecord.h INC += motor.h motordevCom.h motordrvCom.h INC += motordrvComCode.h +INC += gpibIO.h serialIO.h include $(TOP)/config/RULES.Host #----------------------------------------