]> granicus.if.org Git - graphviz/commit
fix: exclude cmd/smyrna when Smyrna is disabled during build
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Nov 2021 00:04:42 +0000 (17:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 8 Nov 2021 02:57:05 +0000 (18:57 -0800)
commit52fb5d0558e473e4b92a7e449210b7c1dd390823
tree871a5c4096bf6a198bd9a2742ff18e28e39cc94e
parentbdbb52a99544f0349aba3d475f590b62fed53cc0
fix: exclude cmd/smyrna when Smyrna is disabled during build

Similar to the situation just fixed with Lefty, when Smyrna was disabled
(`--with-smyrna=no` passed to the build system), several Smyrna related
artifacts would still be built and installed. We now exclude the entire Smyrna
subdirectory, which should be less error prone.

Related to #2153.
CHANGELOG.md
cmd/Makefile.am
cmd/smyrna/Makefile.am