automake: include all needed files into "make dist" target.

This commit is contained in:
Andrei Belov
2016-07-06 07:49:45 +03:00
parent 3fbc2b538f
commit 34e0284d07
3 changed files with 26 additions and 1 deletions

View File

@@ -25,9 +25,15 @@ noinst_PROGRAMS =
noinst_PROGRAMS += unit_tests
unit_tests_SOURCES = \
common/modsecurity_test.cc \
unit/unit.cc \
unit/unit_test.cc
pkginclude_HEADERS = \
common/*.h \
unit/*.h \
regression/*.h
unit_tests_LDADD = \
$(GLOBAL_LDADD) \
$(top_builddir)/src/.libs/libmodsecurity.a \