From 35c1d6f7617087c18b94e03ec9281c995e6d9e55 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Tue, 26 Nov 2013 00:03:50 -0200 Subject: fdo#60698: Merge hatchwindowfactory into svt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are used at same conditions, and hatchwindowfactory just have four files, so we don'y have any reason to keep them separated. Change-Id: Iae3bb26ab1e95a309bf0d83c4ef17a0bf0261179 Reviewed-on: https://gerrit.libreoffice.org/6811 Tested-by: LibreOffice gerrit bot Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/Library_svt.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'svtools/Library_svt.mk') diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index eb1ba8cad406..915c5b87bd59 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -161,6 +161,10 @@ $(eval $(call gb_Library_add_exception_objects,svt,\ svtools/source/graphic/provider \ svtools/source/graphic/renderer \ svtools/source/graphic/transformer \ + svtools/source/hatchwindow/documentcloser \ + svtools/source/hatchwindow/hatchwindow \ + svtools/source/hatchwindow/hatchwindowfactory \ + svtools/source/hatchwindow/ipwin \ $(if $(ENABLE_JAVA), \ svtools/source/java/javacontext \ svtools/source/java/javainteractionhandler) \ -- cgit