Fix handling of gnucash.appdata.xml

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23768 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2014-01-26 00:08:14 +00:00
parent 53e1954fac
commit 7ef15e4aca

View File

@ -128,7 +128,7 @@ endif
EXTRA_DIST = \ EXTRA_DIST = \
gnome.i \ gnome.i \
$(gnomeapp_in_files) \ $(gnomeapp_in_files) \
$(appdata_files) $(appdata_in_files)
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-I${top_srcdir}/src \ -I${top_srcdir}/src \
@ -159,7 +159,7 @@ AM_CPPFLAGS = \
# The line below breaks automake 1.5. # The line below breaks automake 1.5.
##OMIT_DEPENDENCIES = gnc-dir.h ##OMIT_DEPENDENCIES = gnc-dir.h
CLEANFILES = gnucash.desktop CLEANFILES = gnucash.desktop gnucash.appdata.xml
MAINTAINERCLEANFILES = swig-gnome.c MAINTAINERCLEANFILES = swig-gnome.c
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.gui\" AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.gui\"