Removes libinjection sources from the main project and add it as subfolder

That way we can control the CFLAGS that will be sent to libinjection.
Avoiding, for instance, the utilization of c++11 on libinjection c code.
This commit is contained in:
Felipe Zimmerle
2015-12-01 10:57:47 -03:00
parent ea636e80ee
commit 854ca4c1cd
4 changed files with 11 additions and 9 deletions

6
others/Makefile.am Normal file
View File

@@ -0,0 +1,6 @@
noinst_LTLIBRARIES = libinjection.la
libinjection_la_SOURCES = \
libinjection/src/libinjection_html5.c \
libinjection/src/libinjection_sqli.c \
libinjection/src/libinjection_xss.c