Skip to content

Commit

Permalink
Adds make install to the build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Zimmerle committed Oct 30, 2018
1 parent 8bb515e commit 06273d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v3.0.x - YYYY-MMM-DD (To be released)
-------------------------------------

- Adds make install to the build system
[Issue #36 - @zimmerle, @ROBERT-MCDOWELL]
- Uses mod_unique if available
[Issue #42 - @zimmerle, @victorhora, @Goron1606]
- Fix duplicate HTTP protocol strings
Expand Down
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ all:
test:
cd t/ && ./TEST


install-exec-hook: $(pkglib_LTLIBRARIES)
@APXS@ -i -n mod_security3 ./src/.libs/mod_security3.so


.PHONY: all

0 comments on commit 06273d1

Please sign in to comment.