summaryrefslogtreecommitdiff
path: root/libgeoclue
diff options
context:
space:
mode:
authorZeeshan Ali <zeeshan.ali@pelagicore.com>2016-09-06 15:13:30 +0200
committerBastien Nocera <hadess@hadess.net>2016-09-06 16:59:23 +0200
commit9995ed2456923af3b30c3e89cb52f3cdb17cf9d5 (patch)
tree49239f0088ded04d67fd8b998dffac4ada5edf66 /libgeoclue
parenteecfcb957335e122a6d7c46fce379d578b5885ee (diff)
downloadgeoclue-9995ed2456923af3b30c3e89cb52f3cdb17cf9d5.tar.gz
build: Link directly against the libtool file
Rather then asking build system to link to libgeoclue. This fixes cross-builds.
Diffstat (limited to 'libgeoclue')
-rw-r--r--libgeoclue/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgeoclue/Makefile.am b/libgeoclue/Makefile.am
index 159aafc..67c7299 100644
--- a/libgeoclue/Makefile.am
+++ b/libgeoclue/Makefile.am
@@ -100,7 +100,7 @@ Geoclue-2.0.gir: $(libgeoclue_2_la_SOURCES) $(geoclue_include_HEADERS)
--symbol-prefix=gclue \
--nsversion=2.0 \
--include=Gio-2.0 \
- --library=geoclue-2 \
+ --library=libgeoclue-2.la \
--output $@ \
--pkg=glib-2.0 \
--pkg=gobject-2.0 \