[gnome-terminal/gnome-2-26] Don't dist built sources
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-terminal/gnome-2-26] Don't dist built sources
- Date: Mon, 29 Jun 2009 13:05:15 +0000 (UTC)
commit 6180b55d063f7e3a8da9cfd671ab8f41be175f24
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 59d2a67..82fd714 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,14 +42,14 @@ 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-window.c \
terminal-window.h \
$(NULL)
+nodist_gnome_terminal_SOURCES= $(BUILT_SOURCES)
+
gnome_terminal_CPPFLAGS = \
-DEXECUTABLE_NAME=\"gnome-terminal\" \
-DTERM_DATADIR="\"$(datadir)\"" \
@@ -98,15 +103,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]