733c783dc9
* rip BRepositoryHeader out of BRepositoryConfig and add support for it to BRepositoryCache * implement repository removal * some minor cleanups git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40290 a95241bf-73f2-0310-859d-f6bbb57e9c96
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
SubDir HAIKU_TOP src bin pkgman ;
|
|
|
|
UsePrivateHeaders support ;
|
|
|
|
BinCommand pkgman :
|
|
command_add_repo.cpp
|
|
command_drop_repo.cpp
|
|
command_list_repos.cpp
|
|
command_refresh.cpp
|
|
DecisionProvider.cpp
|
|
JobStateListener.cpp
|
|
pkgman.cpp
|
|
:
|
|
package be
|
|
$(TARGET_LIBSUPC++)
|
|
;
|