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 e2f8441c5b450913d5c8a7fec8b9984a344022ed
Author: politebot <[email protected]>
AuthorDate: Sat Oct 11 19:23:50 2025 -0500
Add headers to Makefile.am
---
src/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index d0da069..cc91526 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,7 @@
bin_PROGRAMS = eradio
-eradio_SOURCES = main.c ui.c radio_player.c station_list.c http.c favorites.c
+eradio_SOURCES = main.c ui.c radio_player.c station_list.c http.c favorites.c \
+ appdata.h ui.h radio_player.h station_list.h http.h favorites.h
eradio_CFLAGS = $(EFL_CFLAGS) $(LIBXML_CFLAGS)
eradio_LDADD = $(EFL_LIBS) $(LIBXML_LIBS)
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.