~phablet-team/sync-monitor/trunk

17.1.7 by Renato Araujo Oliveira Filho
Extended sync monitor to support new accounts type not only google.
1
set(TEMPLATE_FILES
2
     google.conf
3
     yahoo.conf
37.3.62 by Renato Araujo Oliveira Filho
Added support for multi protocols sync.
4
     owncloud.conf 
17.1.7 by Renato Araujo Oliveira Filho
Extended sync monitor to support new accounts type not only google.
5
)
6
7
install(FILES ${TEMPLATE_FILES}
8
    DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/sync-monitor/templates
9
)