Skip to content

Commit 65e866c

Browse files
defanatorFelipe Zimmerle
authored andcommitted
Fix "make dist" target to include default configuration
1 parent 2d3d56a commit 65e866c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,5 +323,7 @@ TESTS+=test/test-cases/secrules-language-tests/operators/lt.json
323323

324324
pkgconfigdir = $(libdir)/pkgconfig
325325
pkgconfig_DATA = modsecurity.pc
326-
EXTRA_DIST = modsecurity.pc.in
326+
EXTRA_DIST = modsecurity.pc.in \
327+
modsecurity.conf-recommended \
328+
unicode.mapping
327329

0 commit comments

Comments
 (0)