]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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)
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

index 92130b57825de26e8d266ce9ea3ce1be90fff776..9a8e5a52f33ac9e33e401c9e70c35fa862bd818b 100644 (file)
@@ -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.