summaryrefslogtreecommitdiff
path: root/logger
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-11-24 13:30:45 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>2011-11-24 13:52:26 -0500
commit0cff31d806c1f3fc50a770906d7beb17878c9f50 (patch)
treef5319719aa448e26799791835c06ec134837765f /logger
parentf3a5664649fec52aaf8ff2dd8cd1c21b6418ebc0 (diff)
Fail on missing gobject-instrospection makefile
On Debian the gobject-introspection build tools and the .pc are shipped into seperate packages without dependency, which is a packaging bug. To make this bug more obvious, we now fail if the makefile in /usr/share/ is missing. https://bugs.freedesktop.org/show_bug.cgi?id=43200
Diffstat (limited to 'logger')
-rw-r--r--logger/telepathy-logger/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/logger/telepathy-logger/Makefile.am b/logger/telepathy-logger/Makefile.am
index d57ea49f7..977ee4068 100644
--- a/logger/telepathy-logger/Makefile.am
+++ b/logger/telepathy-logger/Makefile.am
@@ -1,6 +1,8 @@
include $(top_srcdir)/tools/flymake.mk
--include $(INTROSPECTION_MAKEFILE)
+if HAVE_INTROSPECTION
+include $(INTROSPECTION_MAKEFILE)
+endif
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --add-include-path=$(top_srcdir) -I$(top_srcdir)
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(top_srcdir)