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

View File

@@ -4,6 +4,7 @@ export MAYBE_TEST = test
endif
SUBDIRS = \
others \
src \
doc \
examples \