]> granicus.if.org Git - graphviz/commit
fix failure to link gvpr with debug enabled
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 Aug 2020 14:58:28 +0000 (07:58 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Sep 2020 17:01:34 +0000 (10:01 -0700)
commit71acd1ab49d4e6419c78d17038ba26698dc8c994
tree618cdb083227813dc5f06b20e57f23dc4a096d5a
parentd7ab72aaa281bf8e828275486e8296f1bfc44529
fix failure to link gvpr with debug enabled

When using `CFLAGS=-DDEBUG CXXFLAGS=-DDEBUG ./configure --enable-debug`, gvpr
would fail to link due to missing libraries. Fixes #1807.
cmd/gvpr/Makefile.am