aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-20 13:05:29 +0200
committerMax Kellermann <max@duempel.org>2013-10-20 13:05:50 +0200
commitc1e7be3b8e4ab5fb99587b8e5f262ce41805f892 (patch)
tree415677d105e886569098f8f0a0c9680dde30fb16 /Makefile.am
parent17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 (diff)
downloadmpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.tar.gz
mpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.tar.xz
mpd-c1e7be3b8e4ab5fb99587b8e5f262ce41805f892.zip
decoder/sidplay: add header file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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