mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
build: Use LDADD libraries to link with, not LDFLAGS
This should fix the build with embedded glib.
This commit is contained in:
parent
667c3bcb10
commit
6bfbb8b239
@ -37,4 +37,4 @@ bin_PROGRAMS += ostree-run-triggers
|
||||
|
||||
ostree_run_triggers_SOURCES = src/triggers/ostree-run-triggers.c
|
||||
ostree_run_triggers_CFLAGS = $(OT_INTERNAL_GIO_UNIX_CFLAGS)
|
||||
ostree_run_triggers_LDFLAGS = $(OT_INTERNAL_GIO_UNIX_LIBS)
|
||||
ostree_run_triggers_LDADD = $(OT_INTERNAL_GIO_UNIX_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user