From 7c249750157847eff1cc8a4ceec42ba0fc1bfaca Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 3 May 2018 14:00:55 +0200 Subject: [PATCH] build: include newly created blacklist.hpp in dist Added in 473d5b79c51f19f7949eea8030edc8180826e055, the build systemw as never made aware of this file. make sure we do, so it can land in dist. --- src/Makefile_Eolian_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index fcc0f6f62b..405adb4eaa 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am @@ -13,6 +13,7 @@ lib/eolian_cxx/grammar/attribute_conditional.hpp \ lib/eolian_cxx/grammar/attribute_reorder.hpp \ lib/eolian_cxx/grammar/attribute_replace.hpp \ lib/eolian_cxx/grammar/attributes.hpp \ +lib/eolian_cxx/grammar/blacklist.hpp \ lib/eolian_cxx/grammar/base_class_definition.hpp \ lib/eolian_cxx/grammar/case.hpp \ lib/eolian_cxx/grammar/class_declaration.hpp \