From aaee9c324617b8f56280a23937a2fed6888b0de6 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 26 Apr 2018 22:44:41 +0200 Subject: xmlsecurity: remove duplicated Windows-specific component file Change-Id: Iefc96ded8e53004a22041ee4299200a3d02a7eb5 Reviewed-on: https://gerrit.libreoffice.org/53545 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- xmlsecurity/Library_xsec_xmlsec.mk | 4 -- xmlsecurity/util/xsec_xmlsec.windows.component | 53 -------------------------- 2 files changed, 57 deletions(-) delete mode 100644 xmlsecurity/util/xsec_xmlsec.windows.component (limited to 'xmlsecurity') diff --git a/xmlsecurity/Library_xsec_xmlsec.mk b/xmlsecurity/Library_xsec_xmlsec.mk index 846b89800a5a..ced31bc9c668 100644 --- a/xmlsecurity/Library_xsec_xmlsec.mk +++ b/xmlsecurity/Library_xsec_xmlsec.mk @@ -9,11 +9,7 @@ $(eval $(call gb_Library_Library,xsec_xmlsec)) -ifeq ($(OS),WNT) -$(eval $(call gb_Library_set_componentfile,xsec_xmlsec,xmlsecurity/util/xsec_xmlsec.windows)) -else $(eval $(call gb_Library_set_componentfile,xsec_xmlsec,xmlsecurity/util/xsec_xmlsec)) -endif $(eval $(call gb_Library_set_include,xsec_xmlsec,\ $$(INCLUDE) \ diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component deleted file mode 100644 index 6ea539f9ee0f..000000000000 --- a/xmlsecurity/util/xsec_xmlsec.windows.component +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit