mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Added KeyBindings subproject
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
500322ea64
commit
36c2acfcea
1 changed files with 9 additions and 1 deletions
10
GNUmakefile
10
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue