Very first commit: libmodsecurity

Check the README.md file for further information about the libmodsecurity.
This commit is contained in:
Felipe Zimmerle
2015-06-26 14:35:15 -03:00
parent 33cbe0452a
commit 95cb4c56ab
153 changed files with 12862 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
bin_PROGRAMS = test
test_SOURCES = \
test.c
test_LDADD = \
-L$(top_builddir)/src/.libs/ -lmodsecurity
test_CFLAGS = \
-I$(top_builddir)/headers \
-I$(top_builddir)
MAINTAINERCLEANFILES = \
Makefile.in