diff options
author | Max Kellermann <max@duempel.org> | 2013-10-20 13:05:29 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-20 13:05:50 +0200 |
commit | c1e7be3b8e4ab5fb99587b8e5f262ce41805f892 (patch) | |
tree | 415677d105e886569098f8f0a0c9680dde30fb16 /Makefile.am | |
parent | 17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 (diff) |
decoder/sidplay: add header file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a4f443f50..519748812 100644 --- a/Makefile.am +++ b/Makefile.am @@ -618,7 +618,8 @@ endif if ENABLE_SIDPLAY libdecoder_plugins_a_SOURCES += \ - src/decoder/SidplayDecoderPlugin.cxx + src/decoder/SidplayDecoderPlugin.cxx \ + src/decoder/SidplayDecoderPlugin.hxx endif if ENABLE_FLUIDSYNTH |