[1/3] Makefile.am: include common eu.am definitions

Message ID 20241124190223.28061-1-mcpratt@pm.me
State Committed
Headers
Series [1/3] Makefile.am: include common eu.am definitions |

Commit Message

Michael Pratt Nov. 24, 2024, 7:03 p.m. UTC
  Some definitions in Makefile.am can be moved
to the common definitions in config/eu.am,
but for them to apply to the top-level Makefile after moving,
eu.am must be added as an include statement.

Except for "CLEANFILES", handled in the next commit,
there are no definitions in eu.am that are defined in Makefile.am,
so there are no other conflicts or overrides between the two.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/Makefile.am b/Makefile.am
index 92130b57..9a8e5a52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,8 @@ 
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
+include $(top_srcdir)/config/eu.am
+
 ACLOCAL_AMFLAGS = -I m4
 
 # automake already tells which subdir is being entered.