From 5fbe2cccd50dc64dc46de3f767256914836d54a1 Mon Sep 17 00:00:00 2001 From: dark-ether Date: Wed, 6 Jul 2022 22:18:41 -0300 Subject: [PATCH 4/4] Modified makefiles and meson build to include actions.ruleset --- data/alien/Makefile.am | 1 + data/civ1/Makefile.am | 1 + data/civ2/Makefile.am | 1 + data/civ2civ3/Makefile.am | 1 + data/classic/Makefile.am | 1 + data/multiplayer/Makefile.am | 1 + data/sandbox/Makefile.am | 1 + data/stub/Makefile.am | 1 + meson.build | 1 + 9 files changed, 9 insertions(+) diff --git a/data/alien/Makefile.am b/data/alien/Makefile.am index 3278688520..f9e93694b3 100644 --- a/data/alien/Makefile.am +++ b/data/alien/Makefile.am @@ -6,6 +6,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/alien SUBDIRS = nation pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/civ1/Makefile.am b/data/civ1/Makefile.am index ded8c40930..59f2b1ac5b 100644 --- a/data/civ1/Makefile.am +++ b/data/civ1/Makefile.am @@ -4,6 +4,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/civ1 pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/civ2/Makefile.am b/data/civ2/Makefile.am index fec81d5aee..6d03d5e065 100644 --- a/data/civ2/Makefile.am +++ b/data/civ2/Makefile.am @@ -4,6 +4,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/civ2 pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/civ2civ3/Makefile.am b/data/civ2civ3/Makefile.am index 42548f8f00..1528915378 100644 --- a/data/civ2civ3/Makefile.am +++ b/data/civ2civ3/Makefile.am @@ -4,6 +4,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/civ2civ3 pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/classic/Makefile.am b/data/classic/Makefile.am index 8df2f17355..0203f6d204 100644 --- a/data/classic/Makefile.am +++ b/data/classic/Makefile.am @@ -4,6 +4,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/classic pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/multiplayer/Makefile.am b/data/multiplayer/Makefile.am index 6da9c6463a..ae393a2f95 100644 --- a/data/multiplayer/Makefile.am +++ b/data/multiplayer/Makefile.am @@ -4,6 +4,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/multiplayer pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/sandbox/Makefile.am b/data/sandbox/Makefile.am index d02763ad1f..a1b6a5553e 100644 --- a/data/sandbox/Makefile.am +++ b/data/sandbox/Makefile.am @@ -4,6 +4,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/sandbox pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/data/stub/Makefile.am b/data/stub/Makefile.am index ea148ef257..b9eabbc795 100644 --- a/data/stub/Makefile.am +++ b/data/stub/Makefile.am @@ -6,6 +6,7 @@ pkgdatadir = $(datadir)/$(PACKAGE)/stub SUBDIRS = nations pkgdata_DATA = \ + actions.ruleset \ buildings.ruleset \ cities.ruleset \ effects.ruleset \ diff --git a/meson.build b/meson.build index d868ce3881..079beb89f8 100644 --- a/meson.build +++ b/meson.build @@ -3225,6 +3225,7 @@ rulesets = [ ] ruleset_files = [ + 'actions.ruleset', 'buildings.ruleset', 'cities.ruleset', 'effects.ruleset', -- 2.37.0