]> sigrok.org Git - libsigrok.git/commit
build: Do not define FIRMWARE_DIR on Windows
authorDaniel Elstner <redacted>
Sat, 3 Oct 2015 12:08:32 +0000 (14:08 +0200)
committerDaniel Elstner <redacted>
Sat, 3 Oct 2015 12:08:32 +0000 (14:08 +0200)
commit655b116cc102a2ada89e95fd3daa728aa78f10eb
tree36cfb1a9867ba7da30194dade9b4e5444e058a30
parent127c9cec824721bf52e8951f330d1d5a16c1a9b0
build: Do not define FIRMWARE_DIR on Windows

The hard-coded location is bound to be wrong anyway. Instead, rely
on the new resource lookup code to find the firmware files in a
location relative to the library or executable.
Makefile.am
configure.ac