Author: damjan
Date: Sat Dec 10 13:52:53 2016
New Revision: 1773518

URL: http://svn.apache.org/viewvc?rev=1773518&view=rev
Log:
Fix the path to the embeddedobj components.

Patch by: me

Modified:
    openoffice/trunk/main/postprocess/packcomponents/makefile.mk

Modified: openoffice/trunk/main/postprocess/packcomponents/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/postprocess/packcomponents/makefile.mk?rev=1773518&r1=1773517&r2=1773518&view=diff
==============================================================================
--- openoffice/trunk/main/postprocess/packcomponents/makefile.mk (original)
+++ openoffice/trunk/main/postprocess/packcomponents/makefile.mk Sat Dec 10 
13:52:53 2016
@@ -240,9 +240,9 @@ my_components +=     wpft
 .END
 
 .IF "$(OS)" == "WNT"
-my_components += emboleobj.windows
+my_components += component/embeddedobj/source/msole/emboleobj.windows
 .ELSE
-my_components += emboleobj
+my_components += component/embeddedobj/source/msole/emboleobj
 .END
 
 .IF "$(ENABLE_CAIRO_CANVAS)" == "TRUE"


Reply via email to