mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 23:50:49 +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
0564d62a00
commit
68d0e7ad16
1 changed files with 9 additions and 1 deletions
10
GNUmakefile
10
GNUmakefile
|
@ -45,7 +45,15 @@ include ./Version
|
||||||
#
|
#
|
||||||
# The list of subproject directories
|
# 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
|
-include GNUmakefile.preamble
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue