aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 13:50:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 15:02:14 +0300
commit2319d01e262b705716e19474865f555f3ca81a7d (patch)
tree15ffb5b3f998a2cc0def729d2f1f76f578d8d139 /bpkg/bpkg.cxx
parent5fb0df6f63e02c141e8a0e5ad4543dea525df3fc (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'bpkg/bpkg.cxx')
-rw-r--r--bpkg/bpkg.cxx54
1 files changed, 27 insertions, 27 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx
index e78e732..86f86db 100644
--- a/bpkg/bpkg.cxx
+++ b/bpkg/bpkg.cxx
@@ -11,37 +11,37 @@
#include <cstring> // strcmp()
#include <iostream>
-#include <bpkg/types>
-#include <bpkg/utility>
+#include <bpkg/types.hxx>
+#include <bpkg/utility.hxx>
-#include <bpkg/diagnostics>
-#include <bpkg/bpkg-options>
+#include <bpkg/diagnostics.hxx>
+#include <bpkg/bpkg-options.hxx>
// Commands.
//
-#include <bpkg/help>
-
-#include <bpkg/cfg-create>
-
-#include <bpkg/pkg-build>
-#include <bpkg/pkg-clean>
-#include <bpkg/pkg-configure>
-#include <bpkg/pkg-disfigure>
-#include <bpkg/pkg-drop>
-#include <bpkg/pkg-fetch>
-#include <bpkg/pkg-install>
-#include <bpkg/pkg-purge>
-#include <bpkg/pkg-status>
-#include <bpkg/pkg-test>
-#include <bpkg/pkg-uninstall>
-#include <bpkg/pkg-unpack>
-#include <bpkg/pkg-update>
-#include <bpkg/pkg-verify>
-
-#include <bpkg/rep-add>
-#include <bpkg/rep-create>
-#include <bpkg/rep-fetch>
-#include <bpkg/rep-info>
+#include <bpkg/help.hxx>
+
+#include <bpkg/cfg-create.hxx>
+
+#include <bpkg/pkg-build.hxx>
+#include <bpkg/pkg-clean.hxx>
+#include <bpkg/pkg-configure.hxx>
+#include <bpkg/pkg-disfigure.hxx>
+#include <bpkg/pkg-drop.hxx>
+#include <bpkg/pkg-fetch.hxx>
+#include <bpkg/pkg-install.hxx>
+#include <bpkg/pkg-purge.hxx>
+#include <bpkg/pkg-status.hxx>
+#include <bpkg/pkg-test.hxx>
+#include <bpkg/pkg-uninstall.hxx>
+#include <bpkg/pkg-unpack.hxx>
+#include <bpkg/pkg-update.hxx>
+#include <bpkg/pkg-verify.hxx>
+
+#include <bpkg/rep-add.hxx>
+#include <bpkg/rep-create.hxx>
+#include <bpkg/rep-fetch.hxx>
+#include <bpkg/rep-info.hxx>
using namespace std;
using namespace bpkg;