diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-06-01 16:32:19 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-06-01 16:32:19 -0400 |
commit | 84bc2dd5a966eea898d4c0213205fd3917b285f4 (patch) | |
tree | 075d5c673f6a471ff3192f7c9623c84dde6dbf17 | |
parent | 090a64e73f94a6a35e5364a9d416dcf75c0a2938 (diff) |
fix potential build break
-rw-r--r-- | training/liblbfgs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/training/liblbfgs/Makefile.am b/training/liblbfgs/Makefile.am index 9327c47f..64a3794d 100644 --- a/training/liblbfgs/Makefile.am +++ b/training/liblbfgs/Makefile.am @@ -1,6 +1,8 @@ TESTS = ll_test noinst_PROGRAMS = ll_test + ll_test_SOURCES = ll_test.cc +ll_test_LDADD = liblbfgs.a -lz noinst_LIBRARIES = liblbfgs.a |