From 35253fae26b10b187ad257d40cfc3fe02835090a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 25 Mar 2012 23:30:58 -0500 Subject: [PATCH] Fix Makefile.am: ":= -style assignments are not portable" build warning. --- src/cite/ooo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cite/ooo/Makefile.am b/src/cite/ooo/Makefile.am index ff11fca..f3604de 100644 --- a/src/cite/ooo/Makefile.am +++ b/src/cite/ooo/Makefile.am @@ -37,7 +37,7 @@ CLEANFILES = *~ *.loT clean-local: rm -rf $(UNODIR) $(INCDIR) $(CLEANFILES) -UNOTYPES := \ +UNOTYPES = \ com.sun.star.uno.XComponentContext \ com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XSingleComponentFactory \