summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-16 16:05:12 -0400
committerlianah <lianahady@gmail.com>2014-06-19 18:24:38 -0400
commit967a6e7a7be80e76c9fcf76f6a5b1b90f38156b3 (patch)
treef5283ef112ab14220ca0cd1d28d49c148cc2b721 /src/Makefile.am
parenta1e8244953533e9644e59d8d6fb1b914a51b671c (diff)
get-glpk-cut-log script, and configure code.
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