r23768 - gnucash/trunk/src/gnome - Fix handling of gnucash.appdata.xml

John Ralls jralls at code.gnucash.org
Sat Jan 25 19:08:15 EST 2014


Author: jralls
Date: 2014-01-25 19:08:14 -0500 (Sat, 25 Jan 2014)
New Revision: 23768
Trac: http://svn.gnucash.org/trac/changeset/23768

Modified:
   gnucash/trunk/src/gnome/Makefile.am
Log:
Fix handling of gnucash.appdata.xml

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2014-01-25 20:50:55 UTC (rev 23767)
+++ gnucash/trunk/src/gnome/Makefile.am	2014-01-26 00:08:14 UTC (rev 23768)
@@ -128,7 +128,7 @@
 EXTRA_DIST = \
   gnome.i \
   $(gnomeapp_in_files) \
-  $(appdata_files)
+  $(appdata_in_files)
 
 AM_CPPFLAGS = \
   -I${top_srcdir}/src \
@@ -159,7 +159,7 @@
 # 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\"



More information about the gnucash-changes mailing list