From: Uwe Hermann Date: Sat, 31 Jan 2015 21:29:07 +0000 (+0100) Subject: Makefile.am: Unconditionally build src/lcr/es51919.c. X-Git-Tag: libsigrok-0.4.0~661 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=2182e775116dba1ef61b62de12480ab5bb21c4b1 Makefile.am: Unconditionally build src/lcr/es51919.c. We do the same with DMM parsers currently, and this change also fixes an issue in sigrok-util's 'new-driver' script. This fixes bug #545. --- diff --git a/Makefile.am b/Makefile.am index 1544a017..cfa07d57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,10 +111,8 @@ libsigrok_la_SOURCES += \ src/dmm/ut71x.c # Hardware (LCR chip parsers) -if HW_DEREE_DE5000 libsigrok_la_SOURCES += \ src/lcr/es51919.c -endif # Hardware drivers if HW_AGILENT_DMM