2
0
Fork 0

Fix bug after source split: create config.h in include/lighttpd again

personal/stbuehler/wip
Stefan Bühler 2009-07-15 22:50:56 +02:00
parent 540ff7db02
commit 1dfc960eed
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ ADD_DEFINITIONS(
ENDIF(NOT WIN32)
## Write out config.h
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/include/main/config.h)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/include/lighttpd/config.h)
ADD_DEFINITIONS(-DHAVE_CONFIG_H)