diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-09-26 23:44:35 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-09-26 23:44:35 +0200 |
| commit | eff2e4cc49bfadd9716f3ad65854b3b0ca309b74 (patch) | |
| tree | bafa49f7efcf39e9057b8f006c14d7f3a2a53e2d /meson.build | |
| parent | 811e04305457108bc32d8895fd9bd274715d02fc (diff) | |
Animate job count changes
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c61b6f7..82ff072 100644 --- a/meson.build +++ b/meson.build @@ -43,6 +43,7 @@ configure_file(output: 'config.h', executable('monmon', sources: ['src/main.cc', 'src/x.cc', 'src/args.cc', 'src/poll_looper.cc', 'src/looper.cc', 'src/clock.cc', - 'src/io.cc', 'src/monitor.cc', 'src/fake_monitor.cc'], + 'src/io.cc', 'src/monitor.cc', 'src/fake_monitor.cc', + 'src/animator.cc'], dependencies: [dep_thread, dep_pango, dep_cairo, dep_icecc, xcb_deps]) |
