mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
add defaults for system domain for objc2 and system preferences
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@31395 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14275127c9
commit
3dd39c4e19
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-22 Riccardo Mottola
|
||||
|
||||
* installation-domains.conf: add defaults for objc2 and
|
||||
systempreferences
|
||||
|
||||
2010-09-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* GNUstep.conf.in: revert recent changes.
|
||||
|
|
|
@ -56,12 +56,15 @@
|
|||
|
||||
GNUSTEP_PACKAGES_TO_INSTALL_INTO_SYSTEM_BY_DEFAULT = \
|
||||
gnustep-objc \
|
||||
gnustep-objc2 \
|
||||
toydispatch \
|
||||
gnustep-base \
|
||||
gnustep-gui \
|
||||
gnustep-back \
|
||||
gorm \
|
||||
ProjectCenter \
|
||||
gworkspace
|
||||
gworkspace \
|
||||
SystemPreferences
|
||||
|
||||
GNUSTEP_PACKAGES_TO_INSTALL_INTO_LOCAL_BY_DEFAULT = \
|
||||
|
||||
|
|
Loading…
Reference in a new issue