From 48055ccc235a287c2ccf143a7196281a78a7746d Mon Sep 17 00:00:00 2001 From: Marcus Asteborg Date: Wed, 22 Apr 2020 22:06:11 -0700 Subject: cmake - move cmake related files to cmake folder to make root dir less busy Signed-off-by: Mark Harris --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6d579fe4..e3847bf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -215,13 +215,13 @@ EXTRA_DIST = opus.pc.in \ Makefile.mips \ Makefile.unix \ CMakeLists.txt \ - config.h.cmake.in \ - opus_buildtype.cmake \ - opus_config.cmake \ - opus_functions.cmake \ - opus_sources.cmake \ - OpusConfig.cmake.in \ cmake/CFeatureCheck.cmake \ + cmake/OpusBuildtype.cmake \ + cmake/OpusConfig.cmake \ + cmake/OpusConfig.cmake.in \ + cmake/OpusFunctions.cmake \ + cmake/OpusSources.cmake \ + cmake/config.h.cmake.in \ cmake/vla.c \ tests/run_vectors.sh \ celt/arm/arm2gnu.pl \ -- cgit v1.2.3