summaryrefslogtreecommitdiff
path: root/libgeoclue
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-07-11 19:56:35 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-07-11 19:56:35 +0200
commit6162b2d12c4914797f5036b2cae37c73dc1df226 (patch)
tree86e10c6fe9dc31721b22077d1e0a1c87d99431b3 /libgeoclue
parent38b693c2d0c4ad8c3c51c0b4836b0147e729748f (diff)
downloadgeoclue-6162b2d12c4914797f5036b2cae37c73dc1df226.tar.gz
build,lib: Make public_api header part of the source
This is to ensure that the library is not built until all the sources of public api are not ready yet.
Diffstat (limited to 'libgeoclue')
-rw-r--r--libgeoclue/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgeoclue/meson.build b/libgeoclue/meson.build
index 640ff25..c89be32 100644
--- a/libgeoclue/meson.build
+++ b/libgeoclue/meson.build
@@ -31,6 +31,7 @@ libgeoclue_sources = files('gclue-helpers.c', 'gclue-simple.c')
libgeoclue_sources += gclue_client[0]
libgeoclue_sources += gclue_location[0]
libgeoclue_sources += gclue_manager[0]
+libgeoclue_sources += libgeoclue_public_api_gen_sources
libgeoclue_headers = files('geoclue.h', 'gclue-helpers.h', 'gclue-simple.h')