diff options
author | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
commit | 5e18a7292b15a0aaf27c2f3ce6335116a4d2290d (patch) | |
tree | e4fecd737635cac1bc038ee8a56805f424cee613 /data/CMakeLists.txt | |
parent | e66063e6304538d34c40460ca0aa2be5ddb6bdec (diff) |
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
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 b0d99e11e..a9f27a5f8 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 commands.example.conf example.conf modules.example.conf mysql/tables.sql) +set(DATA example.chk tables.sql 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) install(FILES ${DATA} DESTINATION data ) |