summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-28 16:38:29 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2013-12-09 11:04:00 +0000
commit120252f8f8150ef593b2c70acb47dc732273eb8f (patch)
tree11ea189009119649190e5cdd1ae1a856e41cac43
parent42184a9372ed0d96d7dc07db91b8f95b8841bda2 (diff)
build: Ensure the TpLowlevel GIR and typelib are cleaned properly
https://bugzilla.gnome.org/show_bug.cgi?id=711544
-rw-r--r--backends/telepathy/lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index d0346724..edc6a98a 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -250,6 +250,9 @@ dist_noinst_DATA += \
TpLowlevel-$(API_VERSION_DOT).gir: libtp-lowlevel.la
+MAINTAINERCLEANFILES += TpLowlevel-$(API_VERSION_DOT).gir
+CLEANFILES += TpLowlevel-$(API_VERSION_DOT).typelib
+
##################################################################
# Common
##################################################################