From 7ef15e4aca83f161f18db5ed4bea6d6ea9a6acac Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 26 Jan 2014 00:08:14 +0000 Subject: [PATCH] Fix handling of gnucash.appdata.xml git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23768 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome/Makefile.am b/src/gnome/Makefile.am index 9dab71bc12..f8bf17bed1 100644 --- a/src/gnome/Makefile.am +++ b/src/gnome/Makefile.am @@ -128,7 +128,7 @@ endif EXTRA_DIST = \ gnome.i \ $(gnomeapp_in_files) \ - $(appdata_files) + $(appdata_in_files) AM_CPPFLAGS = \ -I${top_srcdir}/src \ @@ -159,7 +159,7 @@ AM_CPPFLAGS = \ # The line below breaks automake 1.5. ##OMIT_DEPENDENCIES = gnc-dir.h -CLEANFILES = gnucash.desktop +CLEANFILES = gnucash.desktop gnucash.appdata.xml MAINTAINERCLEANFILES = swig-gnome.c AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.gui\"