summaryrefslogtreecommitdiff
path: root/padmin/Module_padmin.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-21 10:03:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-21 11:23:02 +0000
commit1d81ca98f8d10431ea69eef71d8f633c27648743 (patch)
treea54ab72c2e41bc255b9526ddcae98ed33fa12447 /padmin/Module_padmin.mk
parentf6cd982a68528ac1bfd130080cea3f96e6cc7edd (diff)
move remaining padmin dialogs into vcl
and so padmin is no more Change-Id: I554cefa8b38581daad8a78bafa167448b0a0ef61
Diffstat (limited to 'padmin/Module_padmin.mk')
-rw-r--r--padmin/Module_padmin.mk36
1 files changed, 0 insertions, 36 deletions
diff --git a/padmin/Module_padmin.mk b/padmin/Module_padmin.mk
deleted file mode 100644
index 6ea23d9d7767..000000000000
--- a/padmin/Module_padmin.mk
+++ /dev/null
@@ -1,36 +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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-
-$(eval $(call gb_Module_Module,padmin))
-
-ifeq ($(GUIBASE),unx)
-
-$(eval $(call gb_Module_add_targets,padmin,\
- Library_spa \
-))
-
-$(eval $(call gb_Module_add_l10n_targets,padmin,\
- AllLangResTarget_spa \
- UIConfig_spa \
-))
-
-endif
-
-# vim: set noet sw=4 ts=4: