Skip to content
Snippets Groups Projects
Commit 29272499 authored by Timothee Besset's avatar Timothee Besset
Browse files

packaging

parent 2f05fa01
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,9 @@ dependencies = [ ...@@ -8,4 +8,9 @@ dependencies = [
dependency('avahi-glib'), dependency('avahi-glib'),
dependency('libsystemd'), dependency('libsystemd'),
] ]
executable('steamos-devkit-service', ['main.c', 'avahi-service.c', 'utils.c', 'json.c'], dependencies : dependencies) executable(
'steamos-devkit-service',
['main.c', 'avahi-service.c', 'utils.c', 'json.c'],
dependencies : dependencies,
install: true,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment