aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.py b/build.py
index 688f016..8fad6d4 100644
--- a/build.py
+++ b/build.py
@@ -27,6 +27,7 @@ class Build:
self.tests = []
self.headers = []
self.man = []
+ self.data = []
self.static_linker = self.environment.detect_static_linker()
def get_project(self):
@@ -43,3 +44,6 @@ class Build:
def get_man(self):
return self.man
+
+ def get_data(self):
+ return self.data