[gnome-boxes] build: ship data and assets files too



commit 259b438605630177850d9a9eab47adfa3c55d60d
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Mon Nov 21 18:25:20 2011 +0100

    build: ship data and assets files too

 data/Makefile.am       |    4 ++++
 data/icons/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3583447..9073ad2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -35,6 +35,9 @@ EXTRA_DIST =					\
 	gnome-boxes.desktop.in			\
 	org.gnome.boxes.gschema.xml.in		\
 	$(desktop_in_files)			\
+	$(source_DATA)				\
+	$(style_DATA)				\
+	$(unattended_DATA)			\
 	$(NULL)
 
 CLEANFILES =					\
@@ -42,6 +45,7 @@ CLEANFILES =					\
 	$(NULL)
 
 DISTCLEANFILES =				\
+	org.gnome.boxes.gschema.xml		\
 	$(desktop_DATA)				\
 	$(NULL)
 
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 201ccae..1de9a4e 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -30,6 +30,7 @@ images_DATA =					\
 	$(NULL)
 
 EXTRA_DIST =					\
+	$(assets_DATA)				\
 	$(images_DATA)				\
 	$(public_icons)				\
 	$(noinst_DATA)				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]