summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-25 23:30:58 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-25 23:30:58 -0500
commit35253fae26b10b187ad257d40cfc3fe02835090a (patch)
treeb34e817d7cdba1576f72863b9db75910d8472359
parentb573227e8514dcabd1b5ed4163d602e9817253bb (diff)
downloadtellico-35253fae.tar.gz
tellico-35253fae.zip
Fix Makefile.am: ":= -style assignments are not portable" build warning.
-rw-r--r--src/cite/ooo/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \