diff options
Diffstat (limited to 'test/core/context')
-rw-r--r-- | test/core/context/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/context/Makefile.am b/test/core/context/Makefile.am index 01642e2..52bf04a 100644 --- a/test/core/context/Makefile.am +++ b/test/core/context/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_context check_PROGRAMS = test_context noinst_PROGRAMS = test_context SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_context_SOURCES = test_context.c |