]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
OVT: Build lib/xdg with GLib flags.
authorVMware, Inc <>
Mon, 21 Nov 2011 23:55:30 +0000 (15:55 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 21 Nov 2011 23:55:30 +0000 (15:55 -0800)
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 <mvanzin@vmware.com>
open-vm-tools/lib/xdg/Makefile.am

index a756f275ffe522ddcd0f8ab946c12299e70369f1..94d443b27cf2d2161e49ac424777e13319f6aad2 100644 (file)
@@ -17,5 +17,7 @@
 
 noinst_LTLIBRARIES = libXdg.la
 
+libXdg_la_CPPFLAGS = @GLIB2_CPPFLAGS@
+
 libXdg_la_SOURCES =
 libXdg_la_SOURCES += xdg.c