CMakeLists.txt: rename config.to to src_config.h

Commit e07ed33827 renamed config.h to
src_config.h. Also reflect that change in CMakeLists.txt.
This commit is contained in:
Tobias Doerffel
2010-07-25 16:51:38 +02:00
parent fe7486750b
commit a7aff505c1

View File

@@ -426,7 +426,7 @@ IF(NOT LMMS_HAVE_SAMPLERATE)
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/mid_qual_coeffs.h
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/fastest_coeffs.h
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/common.h
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/config.h
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/src_config.h
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/float_cast.h
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/src_zoh.c
${CMAKE_SOURCE_DIR}/src/3rdparty/samplerate/src_linear.c)