diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-03-26 09:21:22 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-03-26 10:15:49 +0100 |
commit | 9b3b365a6645c16b0f93dcd798da83494e481d26 (patch) | |
tree | b56c5b2369d7b7e10f2dc6072aee296fa43a42cf /src/Makefile.am | |
parent | 2b86429f762d8d977ceb4d610189e7c01fc52ee8 (diff) |
Linter fixes for audiocache.cc
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eac6653..a8bdb59 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -122,6 +122,7 @@ EXTRA_DIST = \ midimapper.h \ nolocale.h \ notifier.h \ + owner.h \ path.h \ platform.h \ powerlist.h \ |