Skip to content

Commit

Permalink
Incorporate labjack module
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Sep 27, 2023
1 parent 5b1eea0 commit 48ffde2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions xxxApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,11 @@ ifeq ($(OS_CLASS), WIN32)
$(DBD_NAME)_DBD += dxpSITOROSupport.dbd
$(PROD_NAME)_LIBS := dxpSITORO handelSITORO $($(PROD_NAME)_LIBS)
endif

ifdef LABJACK
$(DBD_NAME)_DBD += LabJackSupport.dbd
$(PROD_NAME)_LIBS := LabJack LabJackM $($(PROD_NAME)_LIBS)
endif
endif

##################################################################
Expand Down Expand Up @@ -556,6 +561,11 @@ endif
$(PROD_NAME)_SYS_LIBS += pthread rt

endif

ifdef LABJACK
$(DBD_NAME)_DBD += LabJackSupport.dbd
$(PROD_NAME)_LIBS := LabJack LabJackM $($(PROD_NAME)_LIBS)
endif

ifeq ($(TIRPC), YES)
$(PROD_NAME)_SYS_LIBS += tirpc
Expand Down

0 comments on commit 48ffde2

Please sign in to comment.