# Copyright (C) 2008 by Steve Krulewitz # Licensed under GPLv2 or later, see file LICENSE in the xpi for details. DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = greasefire XPIDL_MODULE = $(MODULE) XPI_NAME = $(MODULE) EXPORTS = \ $(NULL) XPIDLSRCS = \ gfIGreasefireService.idl \ gfIUpdaterService.idl \ $(NULL) include $(topsrcdir)/config/rules.mk