]> sigrok.org Git - libsigrok.git/commitdiff
Makefile.am: Unconditionally build src/lcr/es51919.c.
authorUwe Hermann <redacted>
Sat, 31 Jan 2015 21:29:07 +0000 (22:29 +0100)
committerUwe Hermann <redacted>
Sat, 31 Jan 2015 21:29:07 +0000 (22:29 +0100)
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.

Makefile.am

index 1544a017c092aa1079de94186bb5d43f56de628c..cfa07d57937f657fd2a2afc57f2e0de3deb9b884 100644 (file)
@@ -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