mirror of
https://review.haiku-os.org/haiku
synced 2025-02-03 20:27:22 +01:00
be8fa2fb30
* Remove the old one from the locale librairy, with some cleanup Known regressions : * readonlybootprompt will no longer update the locale settings : the method used messed with internal undocumented things * external localized apps (webpositive for example) will not run anymore. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37336 a95241bf-73f2-0310-859d-f6bbb57e9c96
21 lines
303 B
Plaintext
21 lines
303 B
Plaintext
SubDir HAIKU_TOP src servers mount ;
|
|
|
|
UsePrivateHeaders mount shared storage ;
|
|
|
|
Server mount_server
|
|
:
|
|
AutoMounter.cpp
|
|
# AutoMounterSettings.cpp
|
|
:
|
|
libbe.so $(HAIKU_LOCALE_LIBS)
|
|
$(TARGET_LIBSTDC++)
|
|
:
|
|
mount_server.rdef
|
|
;
|
|
|
|
DoCatalogs mount_server :
|
|
x-vnd.Haiku-mount_server
|
|
:
|
|
AutoMounter.cpp
|
|
;
|