diff options
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/unloading/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/test/unloading/makefile.mk b/sal/test/unloading/makefile.mk index b68599813..2a5e2ac01 100644 --- a/sal/test/unloading/makefile.mk +++ b/sal/test/unloading/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:45:56 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:04:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,9 @@ USE_DEFFILE= TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb |