summaryrefslogtreecommitdiff
path: root/training/utils/Makefile.am
diff options
context:
space:
mode:
authorChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-02-13 22:39:25 -0500
committerChris Dyer <cdyer@Chriss-MacBook-Air.local>2013-02-13 22:39:25 -0500
commitbd7c369f225734ed58e51d4aede7c75a66f8c128 (patch)
tree6dfb910765d45cb25e24eb62cf5b15397e3362a7 /training/utils/Makefile.am
parentec3d8418c9e6fe2a7c5f1f3fafdd28e3658c3905 (diff)
fix possible link problem
Diffstat (limited to 'training/utils/Makefile.am')
-rw-r--r--training/utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/training/utils/Makefile.am b/training/utils/Makefile.am
index 156a2462..27c6e344 100644
--- a/training/utils/Makefile.am
+++ b/training/utils/Makefile.am
@@ -11,10 +11,10 @@ noinst_PROGRAMS = \
EXTRA_DIST = decode-and-evaluate.pl libcall.pl parallelize.pl
-sentserver_SOURCES = sentserver.c
+sentserver_SOURCES = sentserver.cc
sentserver_LDFLAGS = -pthread
-sentclient_SOURCES = sentclient.c
+sentclient_SOURCES = sentclient.cc
sentclient_LDFLAGS = -pthread
TESTS = lbfgs_test optimize_test