From: John Wolfe Date: Tue, 21 Jul 2020 18:52:59 +0000 (-0700) Subject: open-vm-tools: Propagate new gdk-pixbuf-xlib include location #438 X-Git-Tag: stable-11.2.0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92022a07d524a16cccc71e44f4cbbbafdd1062bf;p=thirdparty%2Fopen-vm-tools.git open-vm-tools: Propagate new gdk-pixbuf-xlib include location #438 From github PR #438 (https://github.com/vmware/open-vm-tools/pull/438). --- diff --git a/open-vm-tools/AUTHORS b/open-vm-tools/AUTHORS index b982c7f6f..ffaa45fef 100644 --- a/open-vm-tools/AUTHORS +++ b/open-vm-tools/AUTHORS @@ -61,3 +61,7 @@ Josh Paetzel FreeBSD has removed some vnops flags that have never been used. Alexey Shabalin Add recognition of ALT Linux distributions - https://github.com/vmware/open-vm-tools/pull/431 + +Thom Leggett Propagate new gdk-pixbuf-xlib include location + https://github.com/vmware/open-vm-tools/pull/438 + diff --git a/open-vm-tools/lib/appUtil/Makefile.am b/open-vm-tools/lib/appUtil/Makefile.am index a0d8e391c..69ae23561 100644 --- a/open-vm-tools/lib/appUtil/Makefile.am +++ b/open-vm-tools/lib/appUtil/Makefile.am @@ -1,5 +1,5 @@ ################################################################################ -### Copyright (C) 2008-2016 VMware, Inc. All rights reserved. +### Copyright (C) 2008-2016,2020 VMware, Inc. All rights reserved. ### ### This program is free software; you can redistribute it and/or modify ### it under the terms of version 2 of the GNU General Public License as @@ -21,4 +21,7 @@ libAppUtil_la_SOURCES = libAppUtil_la_SOURCES += appUtil.c libAppUtil_la_SOURCES += appUtilX11.c -AM_CFLAGS = @GTK_CPPFLAGS@ +AM_CFLAGS = +AM_CFLAGS += @GTK_CPPFLAGS@ +AM_CFLAGS += @GDK_PIXBUF_XLIB2_CPPFLAGS@ +