diff options
author | Darrell Anderson <[email protected]> | 2012-03-25 23:30:58 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-03-25 23:30:58 -0500 |
commit | 35253fae26b10b187ad257d40cfc3fe02835090a (patch) | |
tree | b34e817d7cdba1576f72863b9db75910d8472359 /src/cite/ooo | |
parent | b573227e8514dcabd1b5ed4163d602e9817253bb (diff) | |
download | tellico-35253fae26b10b187ad257d40cfc3fe02835090a.tar.gz tellico-35253fae26b10b187ad257d40cfc3fe02835090a.zip |
Fix Makefile.am: ":= -style assignments are not portable" build warning.
Diffstat (limited to 'src/cite/ooo')
-rw-r--r-- | src/cite/ooo/Makefile.am | 2 |
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 \ |