summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-14 13:44:25 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-14 13:44:25 +0800
commit6377b302af8aa66eaead9b8e4d13ad5e3f8faad3 (patch)
tree6df20ec2bfcdc6214460293b762ac9dd11a36c9e /tests/lookup
parent8c4416a0b02ee81925ab200be91e6a0a3de016fa (diff)
downloadlibpinyin-6377b302af8aa66eaead9b8e4d13ad5e3f8faad3.tar.gz
libpinyin-6377b302af8aa66eaead9b8e4d13ad5e3f8faad3.tar.xz
libpinyin-6377b302af8aa66eaead9b8e4d13ad5e3f8faad3.zip
clean up Makefile.am
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/Makefile.am10
1 files changed, 4 insertions, 6 deletions
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