diff --git a/CMakeLists.txt b/CMakeLists.txt index f5ceef4..5909659 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,6 @@ endif( ENABLE_SN) if( ENABLE_UEVENT ) add_definitions( -DENABLE_UEVENT ) - set( SOURCES ${SOURCES} src/util/uevent.c) endif( ENABLE_UEVENT ) if(ENABLE_BACKTRACE)