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/lookup/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tests/lookup') diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am index 4bcc176..804d037 100644 --- a/tests/lookup/Makefile.am +++ b/tests/lookup/Makefile.am @@ -22,13 +22,11 @@ INCLUDES = -I$(top_srcdir)/src \ -I$(top_srcdir)/tests \ @GLIB2_CFLAGS@ -noinst_PROGRAMS = test_pinyin_lookup \ - test_phrase_lookup +LDADD = ../../src/libpinyin_internal.la @GLIB2_LIBS@ -test_pinyin_lookup_SOURCES = test_pinyin_lookup.cpp +noinst_PROGRAMS = test_pinyin_lookup \ + test_phrase_lookup -test_pinyin_lookup_LDADD = ../../src/libpinyin_internal.la @GLIB2_LIBS@ +test_pinyin_lookup_SOURCES = test_pinyin_lookup.cpp test_phrase_lookup_SOURCES = test_phrase_lookup.cpp - -test_phrase_lookup_LDADD = ../../src/libpinyin_internal.la @GLIB2_LIBS@ \ No newline at end of file -- cgit