We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af80033 commit faa4179Copy full SHA for faa4179
src/Makefile.am
@@ -17,7 +17,8 @@ resources.c: headerbarui.gresource.xml $(resource_files) resources.h
17
18
ddb_misc_headerbar_GTK3_la_SOURCES=resources.c headerbarui.c headerbarui.h resources.h headerbarui.gresource.xml
19
ddb_misc_headerbar_GTK3_la_CFLAGS=${GTK_DEPS_CFLAGS}
20
-ddb_misc_headerbar_GTK3_la_LDFLAGS=${GTK_DEPS_LIBS} -module -avoid-version -shared
+ddb_misc_headerbar_GTK3_la_LDFLAGS=-module -avoid-version -shared
21
+ddb_misc_headerbar_GTK3_la_LIBADD=${GTK_DEPS_LIBS}
22
23
localinstall:
24
install .libs/ddb_misc_headerbar_GTK3.so ~/.local/lib64/deadbeef
0 commit comments