Moved the "Workspaces" application out of preferences - it's not a preferences application.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16428 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-02-16 16:32:50 +00:00
parent df3f5bac68
commit 7b51c43305
6 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -28,11 +28,11 @@ BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chop chown cl
BEOS_APPS = Terminal Expander People ShowImage Clock Pulse
Playground SoundRecorder BitmapDrawing Magnify DiskProbe AboutHaiku
StyledEdit Chart
StyledEdit Chart Workspaces
;
BEOS_PREFERENCES = Backgrounds DataTranslations FileTypes Fonts Media Menu
Mouse Keyboard Keymap Screen ScrollBar Sounds Time VirtualMemory
Workspaces ScreenSaver
ScreenSaver
;
BEOS_SYSTEM_LIB = libbe.so $(HAIKU_LIBSTDC++) libnet.so libmedia.so libtracker.so
libtranslation.so libnetwork.so libbind.so libnetapi.so libsocket.so libdebug.so
+1
View File
@@ -21,3 +21,4 @@ SubInclude HAIKU_TOP src apps soundrecorder ;
SubInclude HAIKU_TOP src apps stylededit ;
SubInclude HAIKU_TOP src apps terminal ;
SubInclude HAIKU_TOP src apps tracker ;
SubInclude HAIKU_TOP src apps workspaces ;
@@ -1,9 +1,9 @@
SubDir HAIKU_TOP src preferences workspaces ;
SubDir HAIKU_TOP src apps workspaces ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
Preference Workspaces :
Application Workspaces :
Workspaces.cpp
: be
: Workspaces.rdef
-1
View File
@@ -22,4 +22,3 @@ SubInclude HAIKU_TOP src preferences scrollbar ;
SubInclude HAIKU_TOP src preferences sounds ;
SubInclude HAIKU_TOP src preferences time ;
SubInclude HAIKU_TOP src preferences virtualmemory ;
SubInclude HAIKU_TOP src preferences workspaces ;