This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit 63e8936fc909d1f4296146d0890666e13002645e
Author: politebot <[email protected]>
AuthorDate: Sun Oct 12 09:17:31 2025 -0500
Extra dist for icons
---
Makefile.am | 6 +-----
configure.ac | 2 +-
data/Makefile.am | 2 ++
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 1e6dd62..5910708 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,3 @@
SUBDIRS = src data
-dist_pkgdata_DATA = \
- data/eradio.desktop \
- data/eradio.png
-
-EXTRA_DIST = LICENSE README.md
+EXTRA_DIST = LICENSE README.md
diff --git a/configure.ac b/configure.ac
index 9e315c4..fa9d367 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([eradio], [0.0.9], [])
+AC_INIT([eradio], [0.0.10], [])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_CONFIG_HEADERS([config.h])
diff --git a/data/Makefile.am b/data/Makefile.am
index 6d65f5e..2990875 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,3 +3,5 @@ desktop_DATA = eradio.desktop
iconsdir = $(datadir)/icons/hicolor/128x128/apps
icons_DATA = eradio.png
+
+EXTRA_DIST = eradio.desktop eradio.png
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.