diff options
Diffstat (limited to 'test/core/addr')
-rw-r--r-- | test/core/addr/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/addr/Makefile.am b/test/core/addr/Makefile.am index 9d42172..02352b8 100644 --- a/test/core/addr/Makefile.am +++ b/test/core/addr/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_addr check_PROGRAMS = test_addr noinst_PROGRAMS = test_addr SUBDIRS = -AM_CFLAGS = -g -pthread +AM_CFLAGS = -g test_addr_SOURCES = test_addr.c test_addr_LDADD = \ |