Renames examples/multithread_c to multiprocess_c

This commit is contained in:
Felipe Zimmerle
2016-07-07 09:41:32 -03:00
parent cd5a116ca6
commit 20689145dd
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
noinst_PROGRAMS = multi
multi_SOURCES = \
multi.c
multi_LDADD = \
-L$(top_builddir)/src/.libs/ \
-lmodsecurity \
-lpthread \
$(YAJL_LDFLAGS) \
$(GEOIP_LDFLAGS) \
$(GLOBAL_LDADD)
multi_CFLAGS = \
-I$(top_builddir)/headers \
-I$(top_builddir) \
$(GLOBAL_CFLAGS)
MAINTAINERCLEANFILES = \
Makefile.in