We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90d157 commit cc43bafCopy full SHA for cc43baf
Makefile.am
@@ -7,6 +7,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
7
8
CLEANFILES = $(desktop_DATA)
9
10
+EXTRA_DIST = \
11
+ autogen.sh
12
+
13
# Build ChangeLog from GIT history
14
ChangeLog:
15
$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
0 commit comments