aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-11-17 20:57:42 -0600
committerLibravatar bigfoot547 <[email protected]>2025-11-17 20:57:42 -0600
commit2b44f885e97b0d8902014a5a61f6687fa2931dec (patch)
tree9e3ecfb3858f33a3922f47bde8a2163d9deed95e /src/meson.build
parentbuild config + more plugin stuff (diff)
ignore this commit
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index d1a3033..ba3d51b 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,5 +1,6 @@
prog_sources = files(
'pipeline.c',
'connection.c',
- 'main.c'
+ 'main.c',
+ 'plugins.c'
)