Makefile.am: Add NEED_SERIAL condition.

This commit is contained in:
Uwe Hermann 2015-01-31 22:41:04 +01:00
parent 2182e77511
commit d378f10099
1 changed files with 2 additions and 0 deletions

View File

@ -111,8 +111,10 @@ libsigrok_la_SOURCES += \
src/dmm/ut71x.c
# Hardware (LCR chip parsers)
if NEED_SERIAL
libsigrok_la_SOURCES += \
src/lcr/es51919.c
endif
# Hardware drivers
if HW_AGILENT_DMM