Makefile.am: Add NEED_SERIAL condition.
This commit is contained in:
parent
2182e77511
commit
d378f10099
|
@ -111,8 +111,10 @@ libsigrok_la_SOURCES += \
|
||||||
src/dmm/ut71x.c
|
src/dmm/ut71x.c
|
||||||
|
|
||||||
# Hardware (LCR chip parsers)
|
# Hardware (LCR chip parsers)
|
||||||
|
if NEED_SERIAL
|
||||||
libsigrok_la_SOURCES += \
|
libsigrok_la_SOURCES += \
|
||||||
src/lcr/es51919.c
|
src/lcr/es51919.c
|
||||||
|
endif
|
||||||
|
|
||||||
# Hardware drivers
|
# Hardware drivers
|
||||||
if HW_AGILENT_DMM
|
if HW_AGILENT_DMM
|
||||||
|
|
Loading…
Reference in New Issue