CMake: Fix config.h: No such file or directory

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
Marc Lagrange 2008-10-15 19:10:06 +02:00
parent 0dfb2b54f0
commit 5eeb84bc37
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ Makefile
*.o
.*.sw?
wmfs
config.h
src/config.h
CHANGELOG
config.h
#*

View File

@ -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)