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/include/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tests/include/Makefile.am') 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 -- cgit