mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Very first commit: libmodsecurity
Check the README.md file for further information about the libmodsecurity.
This commit is contained in:
18
examples/simple_example_using_c/Makefile.am
Normal file
18
examples/simple_example_using_c/Makefile.am
Normal 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
|
||||
|
||||
|
Reference in New Issue
Block a user