diff options
Diffstat (limited to 'axiom/test/soap')
-rw-r--r-- | axiom/test/soap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axiom/test/soap/Makefile.am b/axiom/test/soap/Makefile.am index fdf79a0..ce1bd70 100644 --- a/axiom/test/soap/Makefile.am +++ b/axiom/test/soap/Makefile.am @@ -2,7 +2,7 @@ TESTS = test_soap noinst_PROGRAMS = test_soap check_PROGRAMS = test_soap SUBDIRS = -AM_CFLAGS = -g -O2 -pthread +AM_CFLAGS = -g -O2 test_soap_SOURCES = test_soap.c test_soap_LDADD = ../../../util/src/libaxutil.la \ |