[gnome-terminal] build: conditionalise gnome-terminal-migrator
- From: Saleem Abdulrasool <asaleem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] build: conditionalise gnome-terminal-migrator
- Date: Sat, 26 Jan 2013 23:46:46 +0000 (UTC)
commit d2ecb449197745a390e43b57920eb0075bd40d68
Author: Saleem Abdulrasool <compnerd compnerd org>
Date: Sat Jan 26 15:36:49 2013 -0800
build: conditionalise gnome-terminal-migrator
gnome-terminal-migrator is only installed if ENABLE_MIGRATIOR is defined.
However, if the program is not conditionalised as well, compilation will fail as
gnome-terminal-migrator will attempt to be built, but the sources for it are not
defined.
Signed-off-by: Saleem Abdulrasool <compnerd compnerd org>
Reviewed-by: Christian Perch <chpe gnome org>
src/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index fe9f39c..b111a8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
NULL =
bin_PROGRAMS = gnome-terminal
-libexec_PROGRAMS = gnome-terminal-server gnome-terminal-migration
+libexec_PROGRAMS = gnome-terminal-server
noinst_PROGRAMS = gnome-terminal-client
if WITH_NAUTILUS_EXTENSION
@@ -250,6 +250,7 @@ libterminal_nautilus_la_LIBADD = \
# Pref migrator
if ENABLE_MIGRATION
+libexec_PROGRAMS += gnome-terminal-migration
gnome_terminal_migration_SOURCES = \
migration.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]