diff --git a/cmake/modules/GLibTools.cmake b/cmake/modules/GLibTools.cmake index d40953c..d262fd8 100644 --- a/cmake/modules/GLibTools.cmake +++ b/cmake/modules/GLibTools.cmake @@ -65,7 +65,7 @@ function(glib_mkenums _output_filename_noext _enums_header _define_name) G_BEGIN_DECLS -/* Enumerations from \"@filename@\" */ +/* Enumerations from \"@basename@\" */ /*** END file-production ***/ @@ -95,8 +95,8 @@ set(SOURCE_TMPL " /*** END file-header ***/ /*** BEGIN file-production ***/ -/* enumerations from \"@filename@\" */ -#include \"@filename@\" +/* enumerations from \"@basename@\" */ +#include \"@basename@\" /*** END file-production ***/