HaikuDepot: notify work status from main window
[haiku.git] / src / tools / create_repository_config / Jamfile
blob309189e1ab66ea7b1d76af0e3b26f42e0b446bed
1 SubDir HAIKU_TOP src tools create_repository_config ;
3 SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin pkgman ] ;
5 USES_BE_API on <build>create_repository_config = true ;
7 BuildPlatformMain <build>create_repository_config :
8         create_repository_config.cpp
9         :
10         libpackage_build.so $(HOST_LIBBE) $(HOST_LIBSUPC++) $(HOST_LIBSTDC++)
11         ;