From: Uwe Hermann Date: Sat, 31 Jan 2015 21:41:04 +0000 (+0100) Subject: Makefile.am: Add NEED_SERIAL condition. X-Git-Tag: libsigrok-0.4.0~660 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=d378f1009999f8b9a1037a9f417ea5518d9a6d37;hp=2182e775116dba1ef61b62de12480ab5bb21c4b1;p=libsigrok.git Makefile.am: Add NEED_SERIAL condition. --- diff --git a/Makefile.am b/Makefile.am index cfa07d57..319f9329 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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