From 4a771f8c2cfde3c0efa3fbde8f7e55954969ff23 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 30 Oct 2015 17:53:37 -0300 Subject: [PATCH] Fix pkginclude_HEADERS --- src/Makefile.am | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8895ff6c..16280265 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ BUILT_SOURCES= \ libmodsecuritydir = $(prefix)/lib libmodsecurity_LTLIBRARIES = libmodsecurity.la libmodsecurity_ladir = $(prefix)/include +libmodsecurity_includesubdir = $(pkgincludedir)/transaction/ CLEANFILES = \ location.hh \ @@ -22,12 +23,21 @@ MAINTAINERCLEANFILES = \ pkginclude_HEADERS = \ - ../headers/modsecurity/assay.h \ - ../headers/modsecurity/debug_log.h \ - ../headers/modsecurity/intervention.h \ - ../headers/modsecurity/modsecurity.h \ - ../headers/modsecurity/rules.h \ - ../headers/modsecurity/rules_properties.h + ../headers/modsecurity/assay.h \ + ../headers/modsecurity/debug_log.h \ + ../headers/modsecurity/intervention.h \ + ../headers/modsecurity/modsecurity.h \ + ../headers/modsecurity/rules.h \ + ../headers/modsecurity/rules_properties.h + + +libmodsecurity_includesub_HEADERS = \ + ../headers/modsecurity/transaction/collection.h \ + ../headers/modsecurity/transaction/collections.h \ + ../headers/modsecurity/transaction/variable.h \ + ../headers/modsecurity/transaction/variables.h + + VARIABLES = \