Broken objdir stuff
This commit is contained in:
mkaply%us.ibm.com 2000-06-26 20:18:21 +00:00
Родитель 6fde6d62b3
Коммит fa55dc74b0
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -26,7 +26,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
VPATH = @srcdir@;@srcdir@/os2
VPATH = @srcdir@:@srcdir@/os2
else
VPATH = @srcdir@:@srcdir@/unix
endif
@ -40,6 +40,12 @@ else
OSDIR = unix
endif
ifeq ($(MOZ_OS2_TOOLS),VACPP)
OSHELPER = $(OSDIR)/nsOSHelperAppService.cpp
else
OSHELPER = nsOSHelperAppService.cpp
endif
EXPORTS = nsExternalHelperAppService.h \
$(OSDIR)/nsOSHelperAppService.h \
nsHelperAppRDF.h \
@ -53,7 +59,7 @@ XPIDLSRCS = \
CPPSRCS = \
nsExternalHelperAppService.cpp \
$(OSDIR)/nsOSHelperAppService.cpp \
$(OSHELPER) \
$(NULL)