owncloud is no longer a dl'opened module, but linked into csync

This commit is contained in:
Daniel Molkentin 2013-11-14 19:22:22 +01:00
parent 7ba8983f0a
commit c2eaf5e627

View File

@ -300,11 +300,6 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
SetOutPath "$INSTDIR\sqldrivers"
File "${SQLITE_DLL_PATH}\qsqlite4.dll"
SetOutPath "$INSTDIR\modules"
; FIXME: fix installation dir of module, currently needs manual copying to
; /usr/i686-w64-mingw32/sys-root/mingw/bin/csync_modules/
File "${CSYNC_PLUGIN_DIR}/ocsync_owncloud.dll"
SetOutPath "$INSTDIR"
!endif