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 | 76950778554a836230b68aa1ba517bc19521a66f (patch) | |
tree | 49291cc3a38b2b5ac492c3e8800901b6cfb3a982 | |
parent | 317d650f6cb1e24ac6f3be6f7bf9d4246a59e0e5 (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 |