diff options
Diffstat (limited to 'tests/include')
-rw-r--r-- | tests/include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/Makefile.am b/tests/include/Makefile.am index 958e1d8..e00e220 100644 --- a/tests/include/Makefile.am +++ b/tests/include/Makefile.am @@ -25,5 +25,5 @@ noinst_PROGRAMS = test_memory_chunk test_memory_chunk_SOURCES = test_memory_chunk.cpp -test_memory_chunk_LDADD = ../../src/libpinyin.la @GLIB2_LIBS@ +test_memory_chunk_LDADD = @GLIB2_LIBS@ |