summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2018-05-03 14:00:55 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2018-05-03 14:43:38 +0200
commit7c249750157847eff1cc8a4ceec42ba0fc1bfaca (patch)
tree5102989405dc1fe2b79fbb9fb4f39e9109bb22e1
parent9ad14a190bb3256fc4d9907308845424a164e867 (diff)
downloadefl-7c249750157847eff1cc8a4ceec42ba0fc1bfaca.tar.gz
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.
-rw-r--r--src/Makefile_Eolian_Cxx.am1
1 files changed, 1 insertions, 0 deletions
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 \