From e1e796e584fe01456beb10fb441f0e05d668072a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 1 Nov 2010 12:44:10 +0000 Subject: [PATCH] trivial: fix make distcheck --- libupower-glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am index 9e741e5..f3790a6 100644 --- a/libupower-glib/Makefile.am +++ b/libupower-glib/Makefile.am @@ -77,7 +77,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 clean-local: