Changeset 2700

Show
Ignore:
Timestamp:
10/31/07 20:36:49 (1 year ago)
Author:
abaumann
Message:

install to the python plugin dir, not the plugin dir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/moto-sync/CMakeLists.txt

    r2668 r2700  
    1 PROJECT( moto-sync ) 
     1PROJECT( moto-sync C ) # actually we don't need any compilers 
    22 
    3 SET( MOTOSYNC_VERSION "0.33" )  
     3SET( MOTOSYNC_VERSION "0.33" )  
    44 
     5INCLUDE( OpenSyncDefaults ) 
    56INCLUDE( OpenSyncInternal ) 
    67 
     
    1011# TODO: Find PyBluez, ... 
    1112 
    12 INSTALL( FILES motosync.py DESTINATION ${OPENSYNC_PLUGINDIR} ) 
     13SET( OPENSYNC_PYTHONPLG_DIR "${LIB_INSTALL_DIR}/opensync/python-plugins" ) 
     14 
     15INSTALL( FILES motosync.py DESTINATION ${OPENSYNC_PYTHONPLG_DIR} ) 
    1316INSTALL( FILES moto-sync DESTINATION ${OPENSYNC_CONFIGDIR} ) 
    1417