From 68d0e7ad1612d04d16de0d4191ef8388cecb741f Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 21 Dec 2001 14:40:06 +0000 Subject: [PATCH] Added KeyBindings subproject git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11870 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index c9b05b56f..861c89e70 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,7 +45,15 @@ include ./Version # # The list of subproject directories # -SUBPROJECTS = Source Images Model Tools Panels PrinterTypes TextConverters +SUBPROJECTS = \ +Source \ +Images \ +Model \ +Tools \ +Panels \ +PrinterTypes \ +TextConverters \ +KeyBindings -include GNUmakefile.preamble