]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
open-vm-tools: Propagate new gdk-pixbuf-xlib include location #438
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:59 +0000 (11:52 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:59 +0000 (11:52 -0700)
From github PR #438 (https://github.com/vmware/open-vm-tools/pull/438).

open-vm-tools/AUTHORS
open-vm-tools/lib/appUtil/Makefile.am

index b982c7f6f4784962522a143d643549b2a7b5f03c..ffaa45fefceef327ed7403f02b06c3ecae5dc28c 100644 (file)
@@ -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
+
index a0d8e391c6f0fbe0e7f64d4d0af77f44ae22ddf9..69ae23561d59d40c37f0d11ee80e4a22aa0f32bd 100644 (file)
@@ -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@
+