diff options
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/filter/makefile.mk b/sd/source/filter/makefile.mk index 554b1c5367be..78d383e03c5d 100644 --- a/sd/source/filter/makefile.mk +++ b/sd/source/filter/makefile.mk @@ -43,12 +43,11 @@ CDEFS+= -DDBG_ANIM_LOG # --- Files -------------------------------------------------------- SLOFILES =\ - $(SLO)$/sdfilter.obj \ - $(SLO)$/sdpptwrp.obj + $(EXCEPTIONSFILES) EXCEPTIONSFILES= \ - $(SLO)$/pptin.obj \ - $(SLO)$/sdfilter.obj + $(SLO)$/sdfilter.obj \ + $(SLO)$/sdpptwrp.obj # --- Tagets ------------------------------------------------------- |