[nautilus] fdo-dbus: don't dist generated dbus sources



commit 642835db7ab148e44733206a09bf55cd14660e5a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Dec 19 11:41:59 2011 +0100

    fdo-dbus: don't dist generated dbus sources
    
    Use nodist_nautilus_SOURCES, like the generated object manager for
    org.Nautilus.FileOperations

 src/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 59c2c12..451f892 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,7 +58,6 @@ BUILT_SOURCES = \
 	$(NULL)
 
 nautilus_SOURCES = \
-	$(BUILT_SOURCES)			\
 	nautilus-actions.h			\
 	nautilus-application.c			\
 	nautilus-application.h			\
@@ -160,6 +159,10 @@ nautilus_SOURCES = \
 	nautilus-x-content-bar.h		\
 	$(NULL)
 
+nodist_nautilus_SOURCES = \
+	$(BUILT_SOURCES) \
+	$(NULL)
+
 EMPTY_VIEW_SOURCES = \
 	nautilus-empty-view.c 			\
 	nautilus-empty-view.h



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