Skip to content

Commit

Permalink
bugfix: link to GLib in cli compile
Browse files Browse the repository at this point in the history
Add linker flags to playerctl libraries in the compilation of the cli.

This fixes build problems on some distros.

fixes #4
  • Loading branch information
Tony Crisci committed Jul 25, 2014
1 parent 231dbf0 commit 6fb5475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerctl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ EXTRA_DIST += playerctl.pc.in
bin_PROGRAMS += playerctl
playerctl_SOURCES = playerctl-cli.c
playerctl_CPPFLAGS = $(AM_CPPFLAGS)
playerctl_LDADD = libplayerctl-1.0.la
playerctl_LDADD = libplayerctl-1.0.la $(PLAYERCTL_LIBS)

-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS = Playerctl_1_0_gir
Expand Down

0 comments on commit 6fb5475

Please sign in to comment.