diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2010-10-21 18:39:27 +0200 |
---|---|---|
committer | Thomas Klausner <wiz@NetBSD.org> | 2010-10-21 18:42:04 +0200 |
commit | 7cdc745fef9677efdd4fb74b0619f9105014f198 (patch) | |
tree | dac2ce5b30103f95c2a09693e861220dc6f16241 /sfx2/source/notify | |
parent | 2f3c71bce29a0b13a39be1da3526782a63878c6d (diff) |
Add more files to EXCEPTIONSFILES, needed at least on NetBSD.
Diffstat (limited to 'sfx2/source/notify')
-rw-r--r-- | sfx2/source/notify/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/notify/makefile.mk b/sfx2/source/notify/makefile.mk index e2ddde40f936..b13857cf10fb 100644 --- a/sfx2/source/notify/makefile.mk +++ b/sfx2/source/notify/makefile.mk @@ -38,11 +38,12 @@ TARGET=notify # --- Files -------------------------------------------------------- SLOFILES = \ - $(SLO)$/eventsupplier.obj \ - $(SLO)$/hintpost.obj + $(EXCEPTIONSFILES) EXCEPTIONSFILES = \ - $(SLO)$/eventsupplier.obj + $(SLO)$/eventsupplier.obj \ + $(SLO)$/hintpost.obj + # --- Tagets ------------------------------------------------------- .INCLUDE : target.mk |