DEPTH		=	../../../../Obj/Firefox
topsrcdir	=	../../..
srcdir		=	..
VPATH		=	..

include $(DEPTH)/config/autoconf.mk

MODULE        = xpcom
XPIDL_MODULE  = minimizetotray
LIBRARY_NAME  = minimizetotray
IS_COMPONENT  = 1
MODULE_NAME   = minimizeToTrayModule
REQUIRES      =          \
                widget   \
                docshell \
                $(NULL)

CPPSRCS   =           \
	trayModule.cpp    \
	trayWindows.cpp   \
	$(NULL)

XPIDLSRCS =             \
	trayInterface.idl   \
	$(NULL)

include $(topsrcdir)/config/config.mk

LIBS    +=        \
	$(NULL)

SHARED_LIBRARY_LIBS =   \
	$(NULL)

include $(topsrcdir)/config/rules.mk

EXTRA_DSO_LDOPTS +=       \
	$(MOZ_COMPONENT_LIBS) \
	$(NULL)

#install:: $(TARGETS)
