mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
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:
parent
53e1954fac
commit
7ef15e4aca
@ -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\"
|
||||||
|
Loading…
Reference in New Issue
Block a user