diff options
Diffstat (limited to 'lilo-config/common/CMakeLists.txt')
-rw-r--r-- | lilo-config/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/common/CMakeLists.txt b/lilo-config/common/CMakeLists.txt index 2682ad5..da0be8a 100644 --- a/lilo-config/common/CMakeLists.txt +++ b/lilo-config/common/CMakeLists.txt @@ -17,5 +17,5 @@ link_directories( ##### liloconfig-common (static) ################ tde_add_library( liloconfig-common STATIC_PIC AUTOMOC - SOURCES String.cc Files.cc Disks.cc Config.cc lilo.cc + SOURCES String.cpp Files.cpp Disks.cpp Config.cpp lilo.cpp ) |