summaryrefslogtreecommitdiff
path: root/training/liblbfgs/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-01-20 20:25:00 -0500
committerChris Dyer <redpony@gmail.com>2014-01-20 20:25:00 -0500
commitff248364f8385ec2b60a7e7bfbab260c2695116d (patch)
treef6ae1e5a08e018ab65d7cfab65513fcce1ef6878 /training/liblbfgs/Makefile.am
parent44a54840b888a9cdd6444472da88f480ceafced2 (diff)
update date, copyright
Diffstat (limited to 'training/liblbfgs/Makefile.am')
-rw-r--r--training/liblbfgs/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/training/liblbfgs/Makefile.am b/training/liblbfgs/Makefile.am
index 272d6f56..aa3af377 100644
--- a/training/liblbfgs/Makefile.am
+++ b/training/liblbfgs/Makefile.am
@@ -1,10 +1,9 @@
-TESTS = ll_test
-noinst_PROGRAMS = ll_test
+noinst_LIBRARIES = liblbfgs.a
+noinst_PROGRAMS = ll_test
ll_test_SOURCES = ll_test.cc
ll_test_LDADD = liblbfgs.a -lz
-
-noinst_LIBRARIES = liblbfgs.a
+TESTS = ll_test
liblbfgs_a_SOURCES = \
lbfgs.c \