From 2495cdec170c2c8afd28b614be71acceb3ed2223 Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Thu, 10 Oct 2002 14:21:18 +0000 Subject: [PATCH] Install back.make if building as a library only. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14701 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ GNUmakefile.postamble | 2 ++ Source/x11/XGServerWindow.m | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 244e5b2..7a031ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-10 Adam Fedor + + * GNUmakefile.postamble: Only install back.make if building + as a library. + 2002-10-10 Fred Kiefer * Source/xlib/XGGState.m diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index c342a23..fee04f1 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -32,9 +32,11 @@ $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional: $(MKDIRS) $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional # Things to do before installing +ifeq ($(BACKEND_BUNDLE),) before-install:: $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional $(INSTALL_DATA) back.make \ $(INSTALL_ROOT_DIR)$(GNUSTEP_MAKEFILES)/Additional/back.make +endif # Things to do after installing # after-install:: diff --git a/Source/x11/XGServerWindow.m b/Source/x11/XGServerWindow.m index adb4536..bc5dd71 100644 --- a/Source/x11/XGServerWindow.m +++ b/Source/x11/XGServerWindow.m @@ -2233,7 +2233,7 @@ NSDebugLLog(@"Frame", @"X2O %d, %@, %@", win->number, */ - (void) setinputstate: (int)st : (int)win { - NSDebugLLog(@"XGTrace", @"DPSsetinputstate: %d : %d", win, st); + NSDebugLLog(@"XGTrace", @"DPSsetinputstate: %d : %d", st, win); if ((generic.wm & XGWM_WINDOWMAKER) != 0) { gswindow_device_t *window = WINDOW_WITH_TAG(win);