Skip to content

Commit 644b64a

Browse files
authored
Merge pull request #33 from epics-modules/uldaq-check
testDualEthDevice doesn't check for HAVE_ULDAQ
2 parents 8575882 + 490d200 commit 644b64a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

measCompApp/src/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ test_measCompDiscover_LIBS += $(EPICS_BASE_IOC_LIBS)
164164
#PROD_IOC_WIN32 += test_USB_CTR_fdiv
165165
#test_USB_CTR_fdiv_LIBS_WIN32 += cbw64
166166

167+
ifeq ($(HAVE_ULDAQ), YES)
167168
PROD_IOC_Linux += testDualEthDevice
169+
endif
170+
168171
ifdef ULDAQ_DIR
169172
testDualEthDevice_LIBS_Linux += uldaq
170173
else

0 commit comments

Comments
 (0)