Skip to content

Commit

Permalink
Add MPBLaser to Unix build
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed May 11, 2023
1 parent 1565e77 commit 1386252
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DeviceAdapters/MPBLaser/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
AM_CXXFLAGS = $(MMDEVAPI_CXXFLAGS)
deviceadapter_LTLIBRARIES = libmmgr_dal_MPBLaser.la
libmmgr_dal_MPBLaser_la_SOURCES = MPBLaser.cpp MPBLaser.h
libmmgr_dal_MPBLaser_la_LIBADD = $(MMDEVAPI_LIBADD)
libmmgr_dal_MPBLaser_la_LDFLAGS = $(MMDEVAPI_LDFLAGS)
1 change: 1 addition & 0 deletions DeviceAdapters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ SUBDIRS = \
LudlLow \
LumencorSpectra \
MP285 \
MPBLaser \
MaestroServo \
Marzhauser \
Marzhauser-LStep \
Expand Down
1 change: 1 addition & 0 deletions DeviceAdapters/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ m4_define([device_adapter_dirs], [m4_strip([
LudlLow
LumencorSpectra
MP285
MPBLaser
MaestroServo
Marzhauser
Marzhauser-LStep
Expand Down

0 comments on commit 1386252

Please sign in to comment.