mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Fix linking against gmodule
This commit is contained in:
parent
2ca267d1c8
commit
b7f5f045c6
@ -185,6 +185,7 @@ fi
|
|||||||
|
|
||||||
COMMON_CFLAGS="$GLIB_CFLAGS"
|
COMMON_CFLAGS="$GLIB_CFLAGS"
|
||||||
COMMON_LIBS="$GLIB_LIBS"
|
COMMON_LIBS="$GLIB_LIBS"
|
||||||
|
COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0"
|
||||||
|
|
||||||
dnl *********************************************************************
|
dnl *********************************************************************
|
||||||
dnl ** GTK **************************************************************
|
dnl ** GTK **************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user