summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-06-15 13:10:12 +0200
committerEike Rathke <erack@redhat.com>2012-06-15 13:10:12 +0200
commitd0b706ed2a418c213148fe8f3b14250a168779b1 (patch)
tree28bd5a9d3456d0e11689aa38779934034521e66c /config_host.mk.in
parent28cdc43f2d1622ca6a6c725c2c7fa276a6197b25 (diff)
pkg-config glib
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 4b6e0029fa14..83ef20410cc9 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -164,6 +164,8 @@ export GIO_CFLAGS=@GIO_CFLAGS@
export GIO_LIBS=@GIO_LIBS@
export GIT_LINK_SRC=@GIT_LINK_SRC@
export GIT_REPO_NAMES=@GIT_REPO_NAMES@
+export GLIB_CFLAGS=@GLIB_CFLAGS@
+export GLIB_LIBS=@GLIB_LIBS@
export GMAKE_MODULE_PARALLELISM=@GMAKE_MODULE_PARALLELISM@
export GMAKE_PARALLELISM=@GMAKE_PARALLELISM@
export GNOMEVFS_CFLAGS=@GNOMEVFS_CFLAGS@