summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b1a2032c0..fb7994699 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -434,6 +434,7 @@ endif
if CVC4_USE_GLPK
libcvc4_la_LIBADD += $(GLPK_LIBS)
+libcvc4_la_LDFLAGS += $(GLPK_LDFLAGS)
endif
if CVC4_USE_ABC
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback