diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-19 12:21:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-19 13:33:19 +0200 |
commit | 0909f448fe2871bc7f6b410f23bdaa4d421dea9a (patch) | |
tree | 2358f3a1efa991aaedca70fdae355722089f121e /sdext/Rdb_presenter.mk | |
parent | abd74a8ef0ef260f901b1a03ca4dd47644e5fd46 (diff) |
convert presenter console to passive registration
Diffstat (limited to 'sdext/Rdb_presenter.mk')
-rw-r--r-- | sdext/Rdb_presenter.mk | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sdext/Rdb_presenter.mk b/sdext/Rdb_presenter.mk new file mode 100644 index 000000000000..c1d4125202b7 --- /dev/null +++ b/sdext/Rdb_presenter.mk @@ -0,0 +1,34 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License or as specified alternatively below. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# Major Contributor(s): +# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com> +# (initial developer) +# +# All Rights Reserved. +# +# For minor contributions see the git repository. +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. + +$(eval $(call gb_Rdb_Rdb,presenter)) + +$(eval $(call gb_Rdb_add_components,presenter,\ + sdext/source/presenter/presenter \ +)) + +# vim:set shiftwidth=4 softtabstop=4 expandtab: |