diff --git a/.gitignore b/.gitignore index a44194d..8fb3104 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ Makefile *.o .*.sw? wmfs -config.h +src/config.h CHANGELOG config.h #* diff --git a/CMakeLists.txt b/CMakeLists.txt index 80b7985..2b3cf8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ set(WMFS_SYSCONFDIR ${XDG_CONFIG_DIR}/${PROJECT_NAME}) # Configure files set(wmfs_configure_files - config.h.in + src/config.h.in wmfs.1.txt.in) macro(a_configure_file file) diff --git a/config.h.in b/src/config.h.in similarity index 100% rename from config.h.in rename to src/config.h.in