diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d40f92a22..8a78aa857 100644 --- a/Makefile.am +++ b/Makefile.am @@ -537,7 +537,8 @@ libdecoder_plugins_a_SOURCES += \ endif if HAVE_FAAD -libdecoder_plugins_a_SOURCES += src/decoder/faad_decoder_plugin.c +libdecoder_plugins_a_SOURCES += \ + src/decoder/FaadDecoderPlugin.cxx src/decoder/FaadDecoderPlugin.hxx endif if HAVE_XIPH |