diff options
author | 2019-05-26 14:55:36 +0300 | |
---|---|---|
committer | 2019-05-26 14:55:36 +0300 | |
commit | 03d020c10113db431efeb6ae0d3380b2553387ac (patch) | |
tree | 6dc073fa8ecdb015b0cd3a7ab92b9b66001bdd89 /src/common/meson.build | |
parent | cce1aad04a2ce4ea0447ec8f3f4c41a8936d4a1a (diff) | |
parent | b25865cc827f4a6a9c31f3d92a4e443485fd5d93 (diff) | |
download | usurpation-03d020c10113db431efeb6ae0d3380b2553387ac.tar.gz usurpation-03d020c10113db431efeb6ae0d3380b2553387ac.tar.bz2 usurpation-03d020c10113db431efeb6ae0d3380b2553387ac.zip |
Merge branch '31-Net-Protocol-Handling'
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'src/common/meson.build')
-rw-r--r-- | src/common/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/meson.build b/src/common/meson.build new file mode 100644 index 0000000..b0f0c82 --- /dev/null +++ b/src/common/meson.build @@ -0,0 +1,4 @@ +common_filenames = [ +] + +common_sources = files(common_filenames) |