diff options
author | Andrzej J. R. Hunt <andrzej@ahunt.org> | 2012-07-09 10:57:32 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-06 10:21:48 +0100 |
commit | e4239e0414685f8d8dd2f34fcc970717c7bd6cb8 (patch) | |
tree | e5b6740484cd68eba1481b09551a0ad78ad3518d /sd/Library_sd.mk | |
parent | 591395a832aba635f9c8cf4e71a3558f14f41a37 (diff) |
Initial checkin of remote control.
Change-Id: I71ac6c302c963dd2f8cffdcdf80d58c2a1074695
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 07b85ea726fd..a61de772776f 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Library_Library,sd)) +$(eval $(call gb_Library_use_externals,sd,\ + gtk \ +)) + $(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdslots,sd/sdi/sdslots)) $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\ @@ -35,6 +39,7 @@ $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdslots,\ $$(INCLUDE) \ )) + $(eval $(call gb_SdiTarget_SdiTarget,sd/sdi/sdgslots,sd/sdi/sdgslots)) $(eval $(call gb_SdiTarget_set_include,sd/sdi/sdgslots,\ @@ -316,6 +321,8 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/presenter/PresenterPreviewCache \ sd/source/ui/presenter/PresenterTextView \ sd/source/ui/presenter/SlideRenderer \ + sd/source/ui/remotecontrol/Server \ + sd/source/ui/remotecontrol/Receiver \ sd/source/ui/slideshow/PaneHider \ sd/source/ui/slideshow/SlideShowRestarter \ sd/source/ui/slideshow/showwin \ |