]> sigrok.org Git - libsigrok.git/commit
Fix an issue when building in directories that are symlinks.
authorUwe Hermann <redacted>
Wed, 1 May 2019 13:33:05 +0000 (15:33 +0200)
committerUwe Hermann <redacted>
Wed, 1 May 2019 15:58:06 +0000 (17:58 +0200)
commit3535a6eeee267ebb0092a0f6600b0b3edc055bf8
tree1c8dc951ef900ab4d703567445914d97b059680b
parentdcd212f7a2c9b9acba649dea782ee358e1dfbeb5
Fix an issue when building in directories that are symlinks.

Explicitly use SRCDIR and BUILDDIR in Doxyfile files to reference input
files. This seems to be a sufficient fix for an issue where the build
would fail when libsigrok/ was located in a directory that was a symlink.

This fixes bug #547.
Doxyfile
Makefile.am
bindings/cxx/Doxyfile
bindings/java/Doxyfile