summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-20 07:33:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-23 23:40:57 +0200
commit80db6f58ef6bbfff15c5702ad2bf852eceeea818 (patch)
tree3759792868792799b4b1c981efbbda1bf8761880
parentpadmin: let Package deliver to $INSTDIR (diff)
downloadcore-80db6f58ef6bbfff15c5702ad2bf852eceeea818.tar.gz
core-80db6f58ef6bbfff15c5702ad2bf852eceeea818.zip
gbuild: drop unneeded package
Change-Id: I9d0fa82302f07b2ae3820d416556d2c4e40f70df
-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: