From cc43baf304e845e4757115a3e602513cfa88507c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 19 Nov 2018 11:22:52 +0100 Subject: add autogen.sh to Extra_dist --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2c1673d..b0fede4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) CLEANFILES = $(desktop_DATA) +EXTRA_DIST = \ + autogen.sh + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ -- cgit v1.2.1