diff options
Diffstat (limited to 'test/core/deployment')
-rw-r--r-- | test/core/deployment/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/deployment/Makefile.am b/test/core/deployment/Makefile.am index 298457d..ff0cfb8 100644 --- a/test/core/deployment/Makefile.am +++ b/test/core/deployment/Makefile.am @@ -1,7 +1,7 @@ TESTS = test_deployment noinst_PROGRAMS = test_deployment SUBDIRS = -AM_CFLAGS = $(CFLAGS) -g -pthread +AM_CFLAGS = $(CFLAGS) -g test_deployment_SOURCES = test_deployment.c test_deployment_LDADD = \ |