diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 14:41:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 14:41:25 +0200 |
commit | f26a94d4895cdaeecddf01d923b9c65547ac9d27 (patch) | |
tree | db2960ccfb4729e61ef69a68fcdb3039664c52bb | |
parent | a0950f84b17c16a93666a73252d9222fd093416b (diff) |
Cosmetic change
-rw-r--r-- | bpkg/buildfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 2340443..4ca2839 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -4,11 +4,11 @@ import libs += libbutl%lib{butl} -lib{bpkg}: \ -{ hxx cxx }{ manifest } \ -{ hxx cxx }{ manifest-parser } \ -{ hxx cxx }{ manifest-serializer } \ -{ hxx }{ version } \ +lib{bpkg}: \ +{hxx cxx}{ manifest } \ +{hxx cxx}{ manifest-parser } \ +{hxx cxx}{ manifest-serializer } \ +{hxx }{ version } \ $libs cxx.poptions += -I$src_root |