Skip to content

Commit

Permalink
Merge pull request #33 from epics-modules/uldaq-check
Browse files Browse the repository at this point in the history
testDualEthDevice doesn't check for HAVE_ULDAQ
  • Loading branch information
MarkRivers authored Nov 4, 2024
2 parents 8575882 + 490d200 commit 644b64a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions measCompApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@ test_measCompDiscover_LIBS += $(EPICS_BASE_IOC_LIBS)
#PROD_IOC_WIN32 += test_USB_CTR_fdiv
#test_USB_CTR_fdiv_LIBS_WIN32 += cbw64

ifeq ($(HAVE_ULDAQ), YES)
PROD_IOC_Linux += testDualEthDevice
endif

ifdef ULDAQ_DIR
testDualEthDevice_LIBS_Linux += uldaq
else
Expand Down

0 comments on commit 644b64a

Please sign in to comment.