xref: /haiku/src/add-ons/locale/catalogs/plaintext/Jamfile (revision 7a74a5df454197933bc6e80a542102362ee98703)
1SubDir HAIKU_TOP src add-ons locale catalogs plaintext ;
2
3UsePublicHeaders locale ;
4UsePrivateHeaders locale shared ;
5
6Addon <catalog-addon>plaintext
7	: Catalog.cpp
8	: be $(TARGET_LIBSTDC++)
9	;
10