mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimpmodule: Link to GIO
This has been necesary since at least a0b9e5c7
This commit is contained in:
parent
1c3a5d3481
commit
1115f14a00
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@ AM_CPPFLAGS = \
|
|||
-DG_LOG_DOMAIN=\"LibGimpModule\" \
|
||||
-DGIMP_MODULE_COMPILATION \
|
||||
-I$(top_srcdir) \
|
||||
$(GIO_CFLAGS) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GMODULE_NO_EXPORT_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
@ -78,6 +79,7 @@ libgimpmodule_@GIMP_API_VERSION@_la_LIBADD = \
|
|||
$(libgimpbase) \
|
||||
$(libgimpconfig) \
|
||||
$(GMODULE_NO_EXPORT_LIBS) \
|
||||
$(GIO_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
install-data-local: install-ms-lib install-libtool-import-lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue