]> sigrok.org Git - libsigrok.git/commitdiff
Allow building libsigrok without libserialport.
authorJanne Huttunen <redacted>
Mon, 13 Oct 2014 15:51:32 +0000 (18:51 +0300)
committerUwe Hermann <redacted>
Fri, 17 Oct 2014 10:13:50 +0000 (12:13 +0200)
Since the DER EE DE-5000 driver is currently the only user of
the es51919 module and it depends on the libserialport, compile
the module only if the DER EE DE-5000 driver is enabled. This
allows libsigrok to be built without libserialport again.

Makefile.am

index ca70c4db9ac8ba629c0d511913e59ed5586f4347..10c0400f0429acc522b6b97b9f72b1f2a245d253 100644 (file)
@@ -107,8 +107,10 @@ libsigrok_la_SOURCES += \
        src/dmm/bm25x.c
 
 # Hardware (LCR chip parsers)
+if HW_DEREE_DE5000
 libsigrok_la_SOURCES += \
        src/lcr/es51919.c
+endif
 
 # Hardware drivers
 if HW_AGILENT_DMM