summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/Module_sd.mk1
-rw-r--r--sd/Package_inc.mk14
2 files changed, 0 insertions, 15 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index b6486b7b79fb..5b19b2c211b5 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -15,7 +15,6 @@ $(eval $(call gb_Module_add_targets,sd,\
Library_sdd \
Library_sdfilt \
Library_sdui \
- Package_inc \
Package_web \
Package_xml \
UIConfig_sdraw \
diff --git a/sd/Package_inc.mk b/sd/Package_inc.mk
deleted file mode 100644
index b08faff89f3f..000000000000
--- a/sd/Package_inc.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Package_Package,sd_inc,$(SRCDIR)/sd/inc))
-
-$(eval $(call gb_Package_add_file,sd_inc,inc/sd/sddll.hxx,sddll.hxx))
-
-# vim: set noet sw=4 ts=4: