diff options
author | 2018-05-10 14:25:33 +0300 | |
---|---|---|
committer | 2018-05-10 14:25:33 +0300 | |
commit | 4c8d5def856d93a12cf47819f6b70fe2d66d7366 (patch) | |
tree | 7319101f526285900d1f1631648daecb2a88255a /src/meson.build | |
parent | f8a9eeea2b054db663d3c519d8b5bb78b7a6bf38 (diff) | |
download | coffeetemp-4c8d5def856d93a12cf47819f6b70fe2d66d7366.tar.gz coffeetemp-4c8d5def856d93a12cf47819f6b70fe2d66d7366.tar.bz2 coffeetemp-4c8d5def856d93a12cf47819f6b70fe2d66d7366.zip |
tempmodule: add rudimentary meson suport.
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 2b036a6..eba583d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,4 +1,5 @@ subdir('server') +subdir('tempmodule') sources = dp_sources extra = dp_extra |