From 6377b302af8aa66eaead9b8e4d13ad5e3f8faad3 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 14 Oct 2013 13:44:25 +0800 Subject: clean up Makefile.am --- tests/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 8208214..93df7d6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -30,6 +30,8 @@ INCLUDES = -I$(top_srcdir)/src \ -I$(top_srcdir)/src/lookup \ @GLIB2_CFLAGS@ +LDADD = ../src/libpinyin.la @GLIB2_LIBS@ + noinst_HEADERS = timer.h \ tests_helper.h @@ -39,12 +41,6 @@ noinst_PROGRAMS = test_pinyin \ test_pinyin_SOURCES = test_pinyin.cpp -test_pinyin_LDADD = ../src/libpinyin.la @GLIB2_LIBS@ - test_phrase_SOURCES = test_phrase.cpp -test_phrase_LDADD = ../src/libpinyin.la @GLIB2_LIBS@ - test_chewing_SOURCES = test_chewing.cpp - -test_chewing_LDADD = ../src/libpinyin.la @GLIB2_LIBS@ -- cgit