diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-02 09:11:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-02 09:11:31 (GMT) |
commit | e123e6ec3a15ead9352e97104ec13b252e6724c4 (patch) | |
tree | aecf5d60c38ee2b40aa404acb71ed09925bec94f /src/Makefile.am | |
parent | 1569c4bb1cd25bed29b887c5c8180e7caffc586b (diff) |
Restore support for GTK extra widgets Python bindings.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5c4d1e3..0d0c652 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -109,7 +109,7 @@ libchrysacoreui_la_LIBADD = \ # -lm: log() libchrysacoreui_la_LDFLAGS = \ - $(LIBGTK4_CFLAGS) -L.libs -lchrysacore4 \ + $(LIBGTK4_LIBS) -L.libs -lchrysacore4 \ -lm |