Add services directory

This commit is contained in:
oupson 2023-02-27 08:47:11 +01:00
parent 53bc8e3815
commit 1c2235a975
Signed by: oupson
GPG Key ID: 3BD88615552EFCB7
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@ footerm_deps = [
]
subdir('model')
subdir('services')
footerm_sources += gnome.compile_resources('footerm-resources',
'footerm.gresource.xml',

2
src/services/meson.build Normal file
View File

@ -0,0 +1,2 @@
footerm_sources += files(
)