[gnome-control-center] sharing: Fix distcheck



commit 1ed2fa3175f139298679317cb86fc02baa12279a
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 15 16:10:41 2013 +0100

    sharing: Fix distcheck
    
    Missing the gresource.xml file in the dist

 panels/sharing/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/sharing/Makefile.am b/panels/sharing/Makefile.am
index 464b1a1..db0f50e 100644
--- a/panels/sharing/Makefile.am
+++ b/panels/sharing/Makefile.am
@@ -46,7 +46,7 @@ desktopdir = $(datadir)/applications
 desktop_in_files = gnome-sharing-panel.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
-CLEANFILES = $(desktop_in_files) $(desktop_DATA)
-EXTRA_DIST = $(resource_files)
+CLEANFILES = $(desktop_in_files) $(desktop_DATA) $(BUILT_SOURCES)
+EXTRA_DIST = $(resource_files) sharing.gresource.xml
 
 -include $(top_srcdir)/git.mk



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