| author | Sergey Alyoshin <alyoshin.s@gmail.com> | 2019-02-24 09:28:42 (GMT) |
|---|---|---|
| committer | Sergey Alyoshin <alyoshin.s@gmail.com> | 2019-02-24 09:28:42 (GMT) |
| commit | b5f1eacd798f327ab319af939f89031db4b7c10a (patch) (side-by-side diff) | |
| tree | 9ea0ef36563f9648085756abfb3f4f8938bf235d | |
| parent | 51934568374bfd19248b5af6d61cc68f4ac17c96 (diff) | |
This fixes automake error:
blank line following trailing backslash
Closes-bug: SF #243
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0271284..dba13d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST = \ INSTALL \ AUTHORS CONTRIBUTORS COPYING \ HACKING ChangeLog NEWS BUGS TODO \ - README README-git.txt README-release.txt README-win32.txt \ + README README-git.txt README-release.txt README-win32.txt DISTCHECK_CONFIGURE_FLAGS = \ --disable-update-desktop-database GTK_UPDATE_ICON_THEME_BIN=true |
