]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Makefile.am: include common eu.am definitions
authorMichael Pratt <mcpratt@pm.me>
Sun, 24 Nov 2024 19:03:28 +0000 (19:03 +0000)
committerAaron Merey <amerey@redhat.com>
Fri, 10 Jan 2025 16:01:00 +0000 (11:01 -0500)
commitc125e0caf25bb5ae60d994f91f66cbb3ae1a2fc3
treeebed25c9acb262200e74bdceb0859176080875c9
parenta4ece6a521c181e43854a5691d8c2828d326a925
Makefile.am: include common eu.am definitions

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