summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-29 11:30:30 +1100
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-10-29 11:30:30 +1100
commit751e72fecfdf83c0290676eabb9253c2f7b215dc (patch)
tree26dd9d7dbd01ab445e8aa11bd1ed83ebb81d4c16
parent7ead77a13870e4ae7ed435e7cd695a81f7065470 (diff)
introspection.am: Use correct variable name
Fixes distcheck.
-rw-r--r--telepathy-glib/introspection.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/introspection.am b/telepathy-glib/introspection.am
index 8bc7f79a..ccb6b856 100644
--- a/telepathy-glib/introspection.am
+++ b/telepathy-glib/introspection.am
@@ -106,7 +106,7 @@ typelibsdir = $(libdir)/girepository-1.0/
typelibs_DATA = $(dist_gir_DATA:.gir=.typelib)
CLEANFILES += \
- $(gir_DATA) \
+ $(dist_gir_DATA) \
$(typelibs_DATA)
endif