summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorAndrzej J. R. Hunt <andrzej@ahunt.org>2012-07-09 15:53:03 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-08-06 10:21:49 +0100
commit21b4fecc6107465b64b7e4c9cfedcd787b26fe3a (patch)
treed7d47121fd0bd1c69b09fc75c23cf4fc82dbc659 /sd/Library_sd.mk
parent2ee2fa61c6335ab8117233648b486603d19bf611 (diff)
Replaced Unix with osl sockets. Added slideshow controller.
Change-Id: Ic2d34d666bb748b12e51266e04706d105ab7a3be
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index a61de772776f..0fadcbfd2132 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -63,6 +63,7 @@ $(eval $(call gb_Library_set_include,sd,\
-I$(SRCDIR)/sd/source/ui/inc \
-I$(SRCDIR)/sd/source/ui/slidesorter/inc \
-I$(WORKDIR)/SdiTarget/sd/sdi \
+ $(shell pkg-config --cflags json-glib-1.0) \
))
$(eval $(call gb_Library_add_defs,sd,\
@@ -109,6 +110,11 @@ $(eval $(call gb_Library_use_libraries,sd,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_libs,sd,\
+ $(shell pkg-config --libs glib-2.0 json-glib-1.0) \
+))
+
+
$(eval $(call gb_Library_set_componentfile,sd,sd/util/sd))
$(eval $(call gb_Library_add_exception_objects,sd,\