Only build HytecSrc if IPAC is defined

This commit is contained in:
kmpeters
2015-03-25 19:52:38 +00:00
parent 88ccc442c3
commit e31dde4ce5
+3
View File
@@ -84,8 +84,11 @@ AttocubeSrc_DEPEND_DIRS = MotorSrc
DIRS += AerotechSrc
AerotechSrc_DEPEND_DIRS = MotorSrc
# The Hytec support requires ipac
ifdef IPAC
DIRS += HytecSrc
HytecSrc_DEPEND_DIRS = MotorSrc
endif
DIRS += ACRSrc
ACRSrc_DEPEND_DIRS = MotorSrc