tsl/system/logcatd/SConscript

4 lines
130 B
Python

Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd', 'json11'])