[gnome-terminal] Don't dist built sources



commit e5d4a4eb297892d467ca2fd123e60035b8cf479f
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 22 13:46:30 2009 +0200

    Don't dist built sources

 src/Makefile.am |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 263dfc6..4f466aa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,6 +4,15 @@ SUBDIRS = skey
 
 bin_PROGRAMS = gnome-terminal
 
+BUILT_SOURCES = \
+	terminal-factory-client.h \
+	terminal-factory-server.h \
+	terminal-marshal.c \
+	terminal-marshal.h \
+	terminal-type-builtins.c \
+	terminal-type-builtins.h \
+	$(NULL)
+
 gnome_terminal_SOURCES= \
 	eggshell.c \
 	eggshell.h \
@@ -20,11 +29,7 @@ gnome_terminal_SOURCES= \
 	terminal-debug.h \
 	terminal-encoding.c \
 	terminal-encoding.h \
-	terminal-factory-client.h \
-	terminal-factory-server.h \
 	terminal-intl.h \
-	terminal-marshal.c \
-	terminal-marshal.h \
 	terminal-options.c \
 	terminal-options.h \
 	terminal-profile.c \
@@ -37,8 +42,6 @@ gnome_terminal_SOURCES= \
 	terminal-tab-label.h \
 	terminal-tabs-menu.c \
 	terminal-tabs-menu.h \
-	terminal-type-builtins.c \
-	terminal-type-builtins.h \
 	terminal-util.c \
 	terminal-util.h \
 	terminal-version.h \
@@ -46,6 +49,8 @@ gnome_terminal_SOURCES= \
 	terminal-window.h \
 	$(NULL)
 
+nodist_gnome_terminal_SOURCES= $(BUILT_SOURCES)
+
 gnome_terminal_CPPFLAGS = \
 	-DTERMINAL_COMPILATION \
 	-DEXECUTABLE_NAME=\"gnome-terminal\" \
@@ -100,15 +105,6 @@ gnome_terminal_SOURCES += eggsmclient-osx.c
 endif
 endif
 
-BUILT_SOURCES = \
-	terminal-factory-client.h \
-	terminal-factory-server.h \
-	terminal-marshal.c \
-	terminal-marshal.h \
-	terminal-type-builtins.c \
-	terminal-type-builtins.h \
-	$(NULL)
-	
 TYPES_H_FILES = \
 	terminal-profile.h \
 	$(NULL)



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