summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 16:18:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-29 16:18:12 +0300
commit12e2fa9e965ebcc4174a312ab28a9c3329f05c71 (patch)
treed2e89595d75737dbc4ebbea9efc5428fb0c3a76b
parentd163a55e577ae32f013e21a395cb16865f904de5 (diff)
Add hxx extension for headers and lib prefix for library dirs
-rw-r--r--hello.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hello.cxx b/hello.cxx
index c105d17..728af76 100644
--- a/hello.cxx
+++ b/hello.cxx
@@ -2,7 +2,7 @@
#include <iostream>
-#include <hello/hello>
+#include <libhello/hello.hxx>
using namespace std;