1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[meson] Added contrib

This commit is contained in:
Witold Filipczyk 2020-09-11 21:08:34 +02:00
parent ec7869c722
commit 30400f7367
2 changed files with 7 additions and 0 deletions

3
contrib/lua/meson.build Normal file
View File

@ -0,0 +1,3 @@
configure_file(input : 'hooks.lua.in',
output : 'hooks.lua',
configuration : conf_data)

4
contrib/meson.build Normal file
View File

@ -0,0 +1,4 @@
configure_file(input : 'elinks.spec.in',
output : 'elinks.spec',
configuration : conf_data)
subdir('lua')