Skip to content

Commit

Permalink
build: Consistently put libglnx.la last in lists of dependencies
Browse files Browse the repository at this point in the history
It needs to be able to satisfy dependencies of higher-level Flatpak
static libraries.

Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Feb 15, 2024
1 parent a607246 commit 2a363d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.am.inc
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ flatpak_LDADD = \
$(APPSTREAM_LIBS) \
$(SYSTEMD_LIBS) \
$(POLKIT_LIBS) \
libglnx.la \
libflatpak-app.la \
libflatpak-common.la \
libflatpak-common-base.la \
libglnx.la \
$(NULL)
flatpak_CFLAGS = \
Expand Down
2 changes: 1 addition & 1 deletion tests/Makefile.am.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ testlibrary_LDADD = \
$(BASE_LIBS) \
$(FUSE_LIBS) \
$(OSTREE_LIBS) \
libglnx.la \
libflatpak.la \
libglnx.la \
$(NULL)
testlibrary_SOURCES = \
tests/can-use-fuse.c \
Expand Down

0 comments on commit 2a363d7

Please sign in to comment.