From 101f78eb24cf52ff77ae6afbedac3cd9d36755c5 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 8 May 2020 11:53:04 +0200 Subject: vcl: move XmpMetadata in vcl/Library_vcl.mk to the correct place MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I17d4be68f8655f291a53ac5dc33cdd53e10f8e57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93826 Tested-by: Tomaž Vajngerl Reviewed-by: Tomaž Vajngerl --- vcl/Library_vcl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index def727918433..64fe3ecb5edf 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -316,6 +316,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/gdi/TypeSerializer \ vcl/source/pdf/ResourceDict \ vcl/source/pdf/Matrix3 \ + vcl/source/pdf/XmpMetadata \ vcl/source/graphic/GraphicID \ vcl/source/graphic/GraphicLoader \ vcl/source/graphic/GraphicObject \ @@ -455,7 +456,6 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/fontsubset/sft \ vcl/source/fontsubset/ttcr \ vcl/source/fontsubset/xlat \ - vcl/source/pdf/XmpMetadata \ vcl/source/uitest/logger \ vcl/source/uitest/uiobject \ vcl/source/uitest/uitest \ -- cgit