aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-18 17:51:58 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:10:45 -0500
commit5bbc72296d650cca75b0344efcae4658a14c9c62 (patch)
treea1459a4cb6073ecd8b561617d0abccbedad13315 /test/meson.build
parentf2e20d35eb38098fa5f850e787b3328782cf239a (diff)
downloadjalv-5bbc72296d650cca75b0344efcae4658a14c9c62.tar.gz
jalv-5bbc72296d650cca75b0344efcae4658a14c9c62.tar.bz2
jalv-5bbc72296d650cca75b0344efcae4658a14c9c62.zip
Rename jalv_internal.h to jalv.h
The "internal" name never made much sense to begin with (since this is a program, not a library), but now this header only describes the "main" Jalv struct and functions directly associated with it (the top-level interface of the application), so name it accordingly. This also makes include-what-you-use actually check this header, which it wasn't before for some mysterious reason.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 4a7a09b..5e89d48 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -12,10 +12,10 @@ all_sources = (
'../src/control.h',
'../src/frontend.h',
'../src/jack.c',
+ '../src/jalv.h',
'../src/jalv_config.h',
'../src/jalv_console.c',
'../src/jalv_gtk.c',
- '../src/jalv_internal.h',
'../src/jalv_qt.cpp',
'../src/jalv_qt.hpp',
'../src/log.h',