summaryrefslogtreecommitdiffstats
path: root/libwpg
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-19 19:32:31 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-22 11:08:33 +0200
commitf33c8644c052bf9d69157224500ca7887075c7da (patch)
tree0d8b87f1cb3b93355df964258ec2ec6a820b2e17 /libwpg
parentfind lots of external static libraries in UnpackedTarball dir (diff)
downloadcore-f33c8644c052bf9d69157224500ca7887075c7da.tar.gz
core-f33c8644c052bf9d69157224500ca7887075c7da.zip
stop delivering lots of external static libraries
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
Diffstat (limited to 'libwpg')
-rw-r--r--libwpg/ExternalPackage_libwpg.mk20
-rw-r--r--libwpg/Module_libwpg.mk1
2 files changed, 0 insertions, 21 deletions
diff --git a/libwpg/ExternalPackage_libwpg.mk b/libwpg/ExternalPackage_libwpg.mk
deleted file mode 100644
index b804836ba099..000000000000
--- a/libwpg/ExternalPackage_libwpg.mk
+++ /dev/null
@@ -1,20 +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_ExternalPackage_ExternalPackage,libwpg,libwpg))
-
-$(eval $(call gb_ExternalPackage_use_external_project,libwpg,libwpg))
-
-ifeq ($(OS)$(COM),WNTMSC)
-$(eval $(call gb_ExternalPackage_add_file,libwpg,lib/wpg-0.2.lib,src/lib/.libs/libwpg-0.2.lib))
-else
-$(eval $(call gb_ExternalPackage_add_file,libwpg,lib/libwpg-0.2.a,src/lib/.libs/libwpg-0.2.a))
-endif
-
-# vim: set noet sw=4 ts=4:
diff --git a/libwpg/Module_libwpg.mk b/libwpg/Module_libwpg.mk
index 17abb6853460..411e71f9eb31 100644
--- a/libwpg/Module_libwpg.mk
+++ b/libwpg/Module_libwpg.mk
@@ -13,7 +13,6 @@ ifeq ($(SYSTEM_WPG),NO)
$(eval $(call gb_Module_add_targets,libwpg,\
ExternalProject_libwpg \
- ExternalPackage_libwpg \
UnpackedTarball_libwpg \
))