From: VMware, Inc <> Date: Mon, 21 Nov 2011 23:55:30 +0000 (-0800) Subject: OVT: Build lib/xdg with GLib flags. X-Git-Tag: 2011.11.20-535097~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d3d8a27d419ec917d9d2a898d46b6dba0afba4;p=thirdparty%2Fopen-vm-tools.git OVT: Build lib/xdg with GLib flags. Didn't realize this library, as built for OVT, wasn't implicitly built w/ GLib headers in the include path, so adding a call to g_debug broke things. Whoops. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/xdg/Makefile.am b/open-vm-tools/lib/xdg/Makefile.am index a756f275f..94d443b27 100644 --- a/open-vm-tools/lib/xdg/Makefile.am +++ b/open-vm-tools/lib/xdg/Makefile.am @@ -17,5 +17,7 @@ noinst_LTLIBRARIES = libXdg.la +libXdg_la_CPPFLAGS = @GLIB2_CPPFLAGS@ + libXdg_la_SOURCES = libXdg_la_SOURCES += xdg.c