summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 832c0de0d..8d74a3164 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -1,8 +1,10 @@
libpulsecommon_sources = [
'pulse/client-conf.c',
+ 'pulse/error.c',
'pulse/fork-detect.c',
'pulse/format.c',
'pulse/json.c',
+ 'pulse/mainloop-api.c',
'pulse/xmalloc.c',
'pulse/proplist.c',
'pulse/utf8.c',
@@ -71,9 +73,11 @@ libpulsecommon_sources = [
libpulsecommon_headers = [
'pulse/client-conf.h',
+ 'pulse/error.h',
'pulse/fork-detect.h',
'pulse/format.h',
'pulse/json.h',
+ 'pulse/mainloop-api.h',
'pulse/xmalloc.h',
'pulse/proplist.h',
'pulse/utf8.h',