]> sigrok.org Git - libsigrok.git/commit
Build: Leave LIBS alone during configure
authorDaniel Elstner <redacted>
Mon, 24 Aug 2015 20:06:27 +0000 (22:06 +0200)
committerDaniel Elstner <redacted>
Mon, 24 Aug 2015 20:19:05 +0000 (22:19 +0200)
commitbc8ff24de6948efee1313c7884e56090d8424c8e
tree4e13533086bc3d7148ff3ba8e16772eadeea1dd3
parent4ed3d9b6db3192ef57c2dccd788c5c6f6e783011
Build: Leave LIBS alone during configure

Put the extra libraries into SR_EXTRA_LIBS instead of LIBS.
Create an SR_CHECK_LIBS macro to make that easy. Substitute
SR_EXTRA_LIBS into libsigrok.pc, too.
Makefile.am
configure.ac
libsigrok.pc.in
m4/sigrok.m4