From 86aa90350613ba6988a0f71e1cc4955adb00b97a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 7 Jun 2009 10:56:17 +0200 Subject: [PATCH] [gui] remove Makefile.am reference to removed glade file --- jhbuild/frontends/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhbuild/frontends/Makefile.am b/jhbuild/frontends/Makefile.am index d520fc20..bac2ee8e 100644 --- a/jhbuild/frontends/Makefile.am +++ b/jhbuild/frontends/Makefile.am @@ -5,7 +5,7 @@ ICONS = \ icons/error.png \ icons/install.png -pkgdata_DATA = jhbuild.glade $(ICONS) +pkgdata_DATA = $(ICONS) EXTRA_DIST = $(pkgdata_DATA) -- 2.11.4.GIT