summaryrefslogtreecommitdiffstats
path: root/tests/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-14 14:05:27 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-14 14:05:27 +0800
commit09a9b8859ffb137104943525416ea7fd6bd580c5 (patch)
treed3873627255bfb7098773d4da9ab3d9510a51097 /tests/include
parent25c03d42ad0ffdbf7128e5f4fefa083fa85d4c1d (diff)
downloadlibzhuyin-09a9b8859ffb137104943525416ea7fd6bd580c5.tar.gz
libzhuyin-09a9b8859ffb137104943525416ea7fd6bd580c5.tar.xz
libzhuyin-09a9b8859ffb137104943525416ea7fd6bd580c5.zip
clean up Makefile.am
Diffstat (limited to 'tests/include')
-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