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:
parent
479b7e469a
commit
2182e77511
|
@ -111,10 +111,8 @@ libsigrok_la_SOURCES += \
|
||||||
src/dmm/ut71x.c
|
src/dmm/ut71x.c
|
||||||
|
|
||||||
# Hardware (LCR chip parsers)
|
# Hardware (LCR chip parsers)
|
||||||
if HW_DEREE_DE5000
|
|
||||||
libsigrok_la_SOURCES += \
|
libsigrok_la_SOURCES += \
|
||||||
src/lcr/es51919.c
|
src/lcr/es51919.c
|
||||||
endif
|
|
||||||
|
|
||||||
# Hardware drivers
|
# Hardware drivers
|
||||||
if HW_AGILENT_DMM
|
if HW_AGILENT_DMM
|
||||||
|
|
Loading…
Reference in New Issue