Skip to content

Commit

Permalink
Tarball fixes 1.15.9b
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 25, 2025
1 parent abe10fe commit c4b685e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([liferea],[1.15.9],[[email protected]])
AC_INIT([liferea],[1.15.9b],[[email protected]])
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/feedlist.c])

Expand Down
12 changes: 6 additions & 6 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bin_PROGRAMS = liferea
bin_SCRIPTS = liferea-add-feed

js_in_files = $(top_srcdir)/js/item.xml.in \
$(top_srcdir)/js/node.xml.in
$(top_srcdir)/js/node.xml.in
js_files = $(js_in_files:.xml.in=.xml)

@INTLTOOL_XML_RULE@
Expand All @@ -26,14 +26,14 @@ js_deps = $(top_srcdir)/js/gresource.xml \
$(top_srcdir)/js/vendor/Readability.js \
$(top_srcdir)/js/vendor/purify.min.js \
$(top_srcdir)/js/vendor/handlebars.min.js \
$(top_srcdir)/js/i18n-filter.xslt \
$(top_srcdir)/js/item.xml \
$(top_srcdir)/js/node.xml \
$(top_srcdir)/js/i18n-filter.xslt
$(top_srcdir)/js/node.xml

js.h: $(js_deps) $(main_dep)
js.h: $(js_files) $(js_deps) $(main_dep)
glib-compile-resources --generate --target=$@ --c-name js --sourcedir=$(top_srcdir)/js $<

js.c: $(js_deps) $(main_dep)
js.c: $(js_files) $(js_deps) $(main_dep)
glib-compile-resources --generate --target=$@ --c-name js --sourcedir=$(top_srcdir)/js $<

liferea_SOURCES = \
Expand Down Expand Up @@ -95,7 +95,7 @@ liferea_LDADD = parsers/libliparsers.a \
$(INTROSPECTION_LIBS) \
-lm

EXTRA_DIST = $(srcdir)/liferea-add-feed.in
EXTRA_DIST = $(srcdir)/liferea-add-feed.in $(js_deps) $(js_in_files)
DISTCLEANFILES = $(srcdir)/liferea-add-feed js.c js.h
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = liferea-add-feed

Expand Down

0 comments on commit c4b685e

Please sign in to comment.