summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctor.cc b/ctor.cc
index f485309..cab0484 100644
--- a/ctor.cc
+++ b/ctor.cc
@@ -13,6 +13,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings)
ctor::project{"libctor", {1,0,0, "rc1"}},
ctor::output_system::build,
ctor::target("libctor.a"),
+ ctor::install{},
ctor::sources{
"src/build.cc",
"src/configure.cc",
@@ -37,7 +38,7 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings)
"src/argparser.h",
"src/build.h",
"src/configure.h",
- "src/ctor.h",
+ {"src/ctor.h", ctor::install{}},
"src/deps.h",
"src/execute.h",
"src/externals.h",