Adds support to the multithread example

This commit is contained in:
Felipe Zimmerle
2016-04-26 17:52:59 -03:00
parent 1539a8c3ef
commit ff165a4035
5 changed files with 401 additions and 1 deletions

View File

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