summaryrefslogtreecommitdiffstats
path: root/tests/include/Makefile.am
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/include/Makefile.am
parent8c4416a0b02ee81925ab200be91e6a0a3de016fa (diff)
downloadlibpinyin-6377b302af8aa66eaead9b8e4d13ad5e3f8faad3.tar.gz
libpinyin-6377b302af8aa66eaead9b8e4d13ad5e3f8faad3.tar.xz
libpinyin-6377b302af8aa66eaead9b8e4d13ad5e3f8faad3.zip
clean up Makefile.am
Diffstat (limited to 'tests/include/Makefile.am')
-rw-r--r--tests/include/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am
index 7174bec..f52c5ac 100644
--- a/tests/include/Makefile.am
+++ b/tests/include/Makefile.am
@@ -21,11 +21,10 @@ INCLUDES = -I$(top_srcdir)/src \
-I$(top_srcdir)/src/lookup \
@GLIB2_CFLAGS@
-TESTS = test_memory_chunk
+LDADD = @GLIB2_LIBS@
-noinst_PROGRAMS = test_memory_chunk
+TESTS = test_memory_chunk
-test_memory_chunk_SOURCES = test_memory_chunk.cpp
-
-test_memory_chunk_LDADD = @GLIB2_LIBS@
+noinst_PROGRAMS = test_memory_chunk
+test_memory_chunk_SOURCES = test_memory_chunk.cpp