aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-02 09:55:44 -0600
committerTed Gould <ted@gould.cx>2010-03-02 09:55:44 -0600
commit950c6bc4d8ace0463ba22555496001c9ec6a1463 (patch)
treeda98229292b96953cb5d366c00de2767e7fc78d1 /libdbusmenu-glib/Makefile.am
parentaf2f4333e3bfe2351ef6bb74c0b55687d9602922 (diff)
downloadlibdbusmenu-950c6bc4d8ace0463ba22555496001c9ec6a1463.tar.gz
libdbusmenu-950c6bc4d8ace0463ba22555496001c9ec6a1463.tar.bz2
libdbusmenu-950c6bc4d8ace0463ba22555496001c9ec6a1463.zip
Fixing the directory path for the glib gir file and making sure we clean up the girs.
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
-rw-r--r--libdbusmenu-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am
index da92d24..9b303ab 100644
--- a/libdbusmenu-glib/Makefile.am
+++ b/libdbusmenu-glib/Makefile.am
@@ -121,7 +121,7 @@ gir_DATA = $(INTROSPECTION_GIRS)
typelibdir = $(libdir)/girepository-1.0
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
-CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)
+CLEANFILES += $(gir_DATA) $(typelib_DATA)
endif