[gnome-font-viewer] build: add missing files to EXTRA_DIST
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-font-viewer] build: add missing files to EXTRA_DIST
- Date: Mon, 4 Jun 2012 16:09:40 +0000 (UTC)
commit a5f1a5538e3dd92c3d03cbfbd5b16d6855ca5957
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jun 4 12:07:17 2012 -0400
build: add missing files to EXTRA_DIST
The GResource XML and the app menu UI files should be added here.
src/Makefile.am | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index c12992f..15221c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,11 +68,15 @@ uninstall-local:
@INTLTOOL_DESKTOP_RULE@
@INTLTOOL_DIRECTORY_RULE@
-CLEANFILES = $(desktop_in_files) $(desktop_DATA) \
- $(directory_DATA)
+CLEANFILES = \
+ $(desktop_in_files) \
+ $(desktop_DATA) \
+ $(directory_DATA)
EXTRA_DIST = \
- gnome-font-viewer.thumbnailer \
- gnome-font-viewer.desktop.in.in
+ $(UI_FILES) \
+ gnome-font-viewer.thumbnailer \
+ gnome-font-viewer.desktop.in.in \
+ gnome-font-viewer.gresource.xml
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]