diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2013-10-27 04:53:57 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2013-10-27 04:53:57 +0100 |
commit | 4bd56491051037053ca11aaf5f9fce637e5da73f (patch) | |
tree | b3d533d2b46b6a4e1f93bfd48470624c92918ec2 /data/CMakeLists.txt | |
parent | b5af310f8aacd168ba4b9bee97374558e11c57fd (diff) |
fixed make install not installing the new example config files
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index be220d675..8bb635dcf 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,6 +1,6 @@ # Only install example.chk and example.conf from this directory # NOTE: I would've had this just find all files in the directory, but that would include files not needed (like this file) -set(DATA example.chk botserv.example.conf example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf) +set(DATA example.chk botserv.example.conf example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf) install(FILES ${DATA} DESTINATION ${CONF_DIR} ) |