Merging with master

This commit is contained in:
Breno Silva
2012-10-25 08:46:53 -04:00
parent 3ef77de118
commit 76fc194019
2 changed files with 3 additions and 1 deletions

View File

@@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES)
for m in $(pkglib_LTLIBRARIES); do \ for m in $(pkglib_LTLIBRARIES); do \
base=`echo $$m | sed 's/\..*//'`; \ base=`echo $$m | sed 's/\..*//'`; \
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \ install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
done done

View File

@@ -13,3 +13,5 @@ Modsecurity NGINX TODO
* Source code documentation (insert doxygen headers) * Source code documentation (insert doxygen headers)
* Create better build infrastructure with support for tests and automated regression * Create better build infrastructure with support for tests and automated regression
* Better things for test