diff options
Diffstat (limited to 'scp2/util/makefile.mk')
-rw-r--r-- | scp2/util/makefile.mk | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk index 5fa0f29db9db..07fdf98eddfd 100644 --- a/scp2/util/makefile.mk +++ b/scp2/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.33 $ +# $Revision: 1.34 $ # -# last change: $Author: vg $ $Date: 2006-06-02 12:29:12 $ +# last change: $Author: ihi $ $Date: 2006-08-04 10:10:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -133,7 +133,6 @@ SCP1FILES += \ file_winexplorerext.par \ registryitem_winexplorerext.par .ENDIF - .ENDIF .IF "$(GUI)"=="UNX" @@ -162,6 +161,12 @@ SCP1FILES += \ SCP1FILES += cairocanvas.par .ENDIF +.IF "$(BUILD_SPECIAL)"!="" +SCP1FILES += \ + module_onlineupdate.par \ + file_onlineupdate.par +.ENDIF + # ------------------------------------------------------------------------ # OpenOffice.org with JRE @@ -251,7 +256,6 @@ SCP2FILES += \ file_winexplorerext.par \ registryitem_winexplorerext.par .ENDIF - .ENDIF .IF "$(GUI)"=="UNX" @@ -276,6 +280,12 @@ SCP2FILES += \ SCP2FILES += \ vclcanvas.par +.IF "$(BUILD_SPECIAL)"!="" +SCP2FILES += \ + module_onlineupdate.par \ + file_onlineupdate.par +.ENDIF + # ------------------------------------------------------------------------ # URE |