------------------------------------------------------------
revno: 225
committer: John Deal <bassd...@yahoo.com>
branch nick: dbBackEnd
timestamp: Sat 2011-05-28 21:07:46 -0400
message:
  Fixed mira-server/CMakeLists.txt to correctly copy sqlite files to bin
modified:
  mira-server/CMakeLists.txt


--
lp:~mira-dev/mira/dbBackEnd
https://code.launchpad.net/~mira-dev/mira/dbBackEnd

You are subscribed to branch lp:~mira-dev/mira/dbBackEnd.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mira-dev/mira/dbBackEnd/+edit-subscription
=== modified file 'mira-server/CMakeLists.txt'
--- mira-server/CMakeLists.txt	2011-05-14 14:55:22 +0000
+++ mira-server/CMakeLists.txt	2011-05-29 01:07:46 +0000
@@ -89,8 +89,9 @@
 # copy server config files to the directory our binary will be generated to
 CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/Directory.xml" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Directory.xml" COPYONLY)
 CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/mira.conf" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mira.conf" COPYONLY)
-CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/mira.conf.sqlite" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mira.conf" COPYONLY)
-CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/Directory.sqlite" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mira.conf" COPYONLY)
+CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/mira.conf.sqlite" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/mira.conf.sqlite" COPYONLY)
+CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/Directory.sqlite" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Directory.sqlite" COPYONLY)
+CONFIGURE_FILE ("${CMAKE_SOURCE_DIR}/conf/sqliteInit.sql" "${CMAKE_BINARY_DIR}/${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/sqliteInit.sql" COPYONLY)
 
 # add our target
 ADD_EXECUTABLE (${SERVER_BINARY_NAME} ${SOURCES}) 

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Mira-development mailing list
Mira-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mira-development

Reply via email to