summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-20 11:18:35 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-20 11:21:13 +0200
commit95ebf4e3b3702d5820ba4bbea3ff5eae5e12fe62 (patch)
tree468c25e9ff675943bd7e63e18e40c1ac56ff11cb /sd/Library_sd.mk
parent64792f61a1c67d6cd447d3a0d44188339efdd467 (diff)
Bluetooth discovery and attempts at communication.
Change-Id: I88e261b7d0f830f67166d4eaf592298015b1c5ae
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 283971ca7656..3b82a0f8cac9 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -60,10 +60,6 @@ $(eval $(call gb_Library_set_include,sd,\
-I$(WORKDIR)/SdiTarget/sd/sdi \
))
-$(eval $(call gb_Library_use_externals,sd,\
- libxml2 \
-))
-
$(eval $(call gb_Library_add_defs,sd,\
-DSD_DLLIMPLEMENTATION \
))
@@ -109,6 +105,11 @@ $(eval $(call gb_Library_use_libraries,sd,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Library_use_externals,sd,\
+ gtk \
+ libxml2 \
+))
+
ifeq ($(OS),WNT)
$(eval $(call gb_Library_use_libraries,sd,\
ws2_32 \
@@ -327,6 +328,7 @@ $(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/BluetoothServer \
sd/source/ui/remotecontrol/BufferedStreamSocket \
sd/source/ui/remotecontrol/Communicator \
sd/source/ui/remotecontrol/DiscoveryService \