Skip to content

Commit

Permalink
Fix glib-compile-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 26, 2025
1 parent c4b685e commit 718f712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9b],[[email protected]])
AC_INIT([liferea],[1.15.9c],[[email protected]])
AC_CANONICAL_HOST
AC_CONFIG_SRCDIR([src/feedlist.c])

Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ js_deps = $(top_srcdir)/js/gresource.xml \
$(top_srcdir)/js/node.xml

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

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

liferea_SOURCES = \
auth.c auth.h \
Expand Down

0 comments on commit 718f712

Please sign in to comment.