[gnome-bluetooth] applet: Add missing file to the dist



commit d58fddaf2b73a5b162a95642a4b72ecd160ac887
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Nov 11 20:30:44 2010 +0000

    applet: Add missing file to the dist

 applet/Makefile-lib.am |    3 +++
 applet/Makefile.am     |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/applet/Makefile-lib.am b/applet/Makefile-lib.am
index b339fd5..ea3c30f 100644
--- a/applet/Makefile-lib.am
+++ b/applet/Makefile-lib.am
@@ -1,4 +1,5 @@
 CLEANFILES =
+EXTRA_DIST =
 BUILT_SOURCES = marshal.h marshal.c
 
 pkglib_LTLIBRARIES = libgnome-bluetooth-applet.la
@@ -20,6 +21,8 @@ marshal.h: marshal.list
 marshal.c: marshal.list
 	$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=marshal $< --header --body > $@
 
+EXTRA_DIST += marshal.list
+
 include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
diff --git a/applet/Makefile.am b/applet/Makefile.am
index 5eb3e7b..4bb5345 100644
--- a/applet/Makefile.am
+++ b/applet/Makefile.am
@@ -34,6 +34,6 @@ autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
 
 CLEANFILES += $(autostart_DATA)
 
-EXTRA_DIST = $(man_MANS) $(autostart_in_in_files) $(ui_DATA)
+EXTRA_DIST += $(man_MANS) $(autostart_in_in_files) $(ui_DATA)
 
 MAINTAINERCLEANFILES = Makefile.in



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