[1/3] Makefile.am: include common eu.am definitions
Commit Message
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(+)
@@ -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.