r21608 - gnucash/trunk/src/engine - Adapt cutecash / cmake build to r21605.

Christian Stimming cstim at code.gnucash.org
Mon Nov 21 07:00:47 EST 2011


Author: cstim
Date: 2011-11-21 07:00:46 -0500 (Mon, 21 Nov 2011)
New Revision: 21608
Trac: http://svn.gnucash.org/trac/changeset/21608

Modified:
   gnucash/trunk/src/engine/CMakeLists.txt
Log:
Adapt cutecash / cmake build to r21605.

Modified: gnucash/trunk/src/engine/CMakeLists.txt
===================================================================
--- gnucash/trunk/src/engine/CMakeLists.txt	2011-11-21 10:40:43 UTC (rev 21607)
+++ gnucash/trunk/src/engine/CMakeLists.txt	2011-11-21 12:00:46 UTC (rev 21608)
@@ -74,9 +74,6 @@
 SET (SWIG_ENGINE_C ${CMAKE_CURRENT_BINARY_DIR}/swig-engine.c)
 GNC_ADD_SWIG_COMMAND (${SWIG_ENGINE_C} ${CMAKE_CURRENT_SOURCE_DIR}/engine.i ${libgncmod_engine_HEADERS})
 
-SET (SWIG_BUSINESS_CORE_C ${CMAKE_CURRENT_BINARY_DIR}/swig-business-core.c)
-GNC_ADD_SWIG_COMMAND (${SWIG_BUSINESS_CORE_C} ${CMAKE_CURRENT_SOURCE_DIR}/business-core.i ${libgncmod_engine_HEADERS})
-
 # Command to generate the iso-4217-currencies.c file
 SET (ISO_4217_C ${CMAKE_CURRENT_BINARY_DIR}/iso-4217-currencies.c)
 ADD_CUSTOM_COMMAND (
@@ -140,7 +137,6 @@
   gncOwner.c
   gncTaxTable.c
   gncVendor.c
-  ${SWIG_BUSINESS_CORE_C}
 )
 
 # Add dependency on config.h



More information about the gnucash-changes mailing list