[gnome-initial-setup] Fix distcheck
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Fix distcheck
- Date: Thu, 7 Jun 2012 11:43:06 +0000 (UTC)
commit 945fdcfe6635c48ddeae57703d19a65be50ad4ac
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jun 7 07:43:46 2012 -0400
Fix distcheck
Source files that are just #include'ed need to be listed in EXTRA_DIST.
gnome-initial-setup/Makefile.am | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/Makefile.am b/gnome-initial-setup/Makefile.am
index feb2252..b561ee9 100644
--- a/gnome-initial-setup/Makefile.am
+++ b/gnome-initial-setup/Makefile.am
@@ -49,12 +49,22 @@ gnome_initial_setup_SOURCES = \
autostartdir = $(sysconfdir)/xdg/autostart
autostart_DATA = welcome-tour.desktop
+included_source_files = \
+ gis-welcome-page.c \
+ gis-eula-pages.c \
+ gis-network-page.c \
+ gis-account-page.c \
+ gis-location-page.c \
+ gis-goa-page.c \
+ gis-summary-page.c
+
EXTRA_DIST = \
$(sys_DATA) \
+ $(included_source_files) \
timedated1-interface.xml \
setup.ui \
welcome-image.png \
- application.gresource.xml \
+ setup.gresource.xml \
welcome-tour.desktop
BUILT_SOURCES = $(dbus_built_sources) setup_resources.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]