diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 10:25:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 10:25:45 +0000 |
commit | bdfa33008d303bf0bb36d48442b7b19c5af3ff8e (patch) | |
tree | cf374b4d6cf22f540ee13ea3b8f61f02c6284a79 /comphelper | |
parent | b05b64ec47f684202876413ec08b267a66e245ee (diff) |
INTEGRATION: CWS dba23 (1.28.26); FILE MERGED
2005/01/13 14:51:58 fs 1.28.26.1: #i40583# +asyncnotification
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index 596a1b0e9b2a..4fd5c29e0541 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.29 $ +# $Revision: 1.30 $ # -# last change: $Author: vg $ $Date: 2005-02-16 16:04:26 $ +# last change: $Author: vg $ $Date: 2005-02-17 11:25:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- SLOFILES= \ + $(SLO)$/asyncnotification.obj \ $(SLO)$/listenernotification.obj \ $(SLO)$/evtlistenerhlp.obj \ $(SLO)$/accessiblecomponenthelper.obj \ |