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/Library_presenter.mk | |
parent | abd74a8ef0ef260f901b1a03ca4dd47644e5fd46 (diff) |
convert presenter console to passive registration
Diffstat (limited to 'sdext/Library_presenter.mk')
-rw-r--r-- | sdext/Library_presenter.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdext/Library_presenter.mk b/sdext/Library_presenter.mk index c6232deaf722..29dcde58954f 100644 --- a/sdext/Library_presenter.mk +++ b/sdext/Library_presenter.mk @@ -27,6 +27,8 @@ $(eval $(call gb_Library_Library,PresenterScreen)) +$(eval $(call gb_Library_set_componentfile,PresenterScreen,sdext/source/presenter/presenter)) + $(eval $(call gb_Library_use_api,PresenterScreen,\ offapi \ udkapi \ |