diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 08:53:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 08:55:42 +0100 |
commit | f7669c201fc7afe651c82a062b46638b664054e3 (patch) | |
tree | c552c908f2f692ed633cb6862e55e0436e6f6f82 /Makefile.am | |
parent | 0b3fbdba87e9ecbfaefab9f71203a1c35f1a8b00 (diff) |
Makefile.am: fix "distcheck"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 8a648e45b..ed782259e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -288,7 +288,7 @@ libutil_a_SOURCES = \ src/util/SliceBuffer.hxx \ src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \ src/util/PeakBuffer.cxx src/util/PeakBuffer.hxx \ - src/util/OptionParser.cxx OptionParser.hxx \ + src/util/OptionParser.cxx src/util/OptionParser.hxx \ src/util/OptionDef.hxx \ src/util/list.h \ src/util/list_sort.c src/util/list_sort.h \ @@ -785,8 +785,8 @@ ENCODER_LIBS = \ $(VORBISENC_LIBS) libencoder_plugins_a_SOURCES = \ - src/EncoderAPI.hxx \ - src/EncoderPlugin.hxx \ + src/encoder/EncoderAPI.hxx \ + src/encoder/EncoderPlugin.hxx \ src/encoder/plugins/OggStream.hxx \ src/encoder/plugins/NullEncoderPlugin.cxx \ src/encoder/plugins/NullEncoderPlugin.hxx \ |