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.
This commit is contained in:
Uwe Hermann 2015-01-31 22:29:07 +01:00
parent 479b7e469a
commit 2182e77511
1 changed files with 0 additions and 2 deletions

View 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