Skip to content

Commit 7ef15e4

Browse files
committed
Fix handling of gnucash.appdata.xml
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23768 57a11ea4-9604-0410-9ed3-97b8803252fd
1 parent 53e1954 commit 7ef15e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gnome/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ endif
128128
EXTRA_DIST = \
129129
gnome.i \
130130
$(gnomeapp_in_files) \
131-
$(appdata_files)
131+
$(appdata_in_files)
132132

133133
AM_CPPFLAGS = \
134134
-I${top_srcdir}/src \
@@ -159,7 +159,7 @@ AM_CPPFLAGS = \
159159
# The line below breaks automake 1.5.
160160
##OMIT_DEPENDENCIES = gnc-dir.h
161161

162-
CLEANFILES = gnucash.desktop
162+
CLEANFILES = gnucash.desktop gnucash.appdata.xml
163163
MAINTAINERCLEANFILES = swig-gnome.c
164164

165165
AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.gui\"

0 commit comments

Comments
 (0)