diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 10:48:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 10:48:16 +0200 |
commit | 68156ea399c4cc547a70111630b57308c36b6bd1 (patch) | |
tree | fc5c5d902e2e39b96087c045947466b433fe30f2 | |
parent | 496bb20dd8fef37ba5f625efd966a575df90e8a8 (diff) |
Add missing headers to buildfile
-rw-r--r-- | bpkg/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index b59783b..f98a787 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -24,6 +24,7 @@ exe{bpkg}: \ {hxx cxx}{ help } {hxx ixx cxx}{ help-options } \ {hxx cxx}{ manifest-utility } \ {hxx cxx}{ openssl } \ +{hxx }{ options-types } \ {hxx ixx cxx}{ package } \ {hxx ixx cxx}{ package-odb } file{ package.xml } \ {hxx cxx}{ pkg-build } {hxx ixx cxx}{ pkg-build-options } \ |