SubDir HAIKU_TOP src preferences keymap ;

SetSubDirSupportedPlatformsBeOSCompatible ;

UsePrivateHeaders interface shared ;

Preference Keymap :
	KeyboardLayout.cpp
	KeyboardLayoutView.cpp
	Keymap.cpp
	KeymapApplication.cpp
	KeymapListItem.cpp
	KeymapWindow.cpp
	ModifierKeysWindow.cpp

	: be tracker $(HAIKU_LOCALE_LIBS) libshared.a $(TARGET_LIBSTDC++)
	: Keymap.rdef
;

DoCatalogs Keymap :
	x-vnd.Haiku-Keymap
	:
	KeymapWindow.cpp
	ModifierKeysWindow.cpp
;
