# -*- Makefile -*- # Author: Christof Meerwald, http://cmeerw.org # http://JabXPCOM.sunsite.dk/ # # should point to xulrunner/dist containing at least a standalone XPCOM build NSPR_INCLUDE:=/usr/include/nspr XPCOM_DIR:=/usr XPCOM_BIN:=/usr/lib/xulrunner XPCOM_IDL:=/usr/share/idl/xulrunner XPCOM_INCLUDE:=/usr/include/xulrunner XPCOM_LIBRARY:=xpcom DEFINES_XPCOM:=MOZILLA_INTERNAL_API # jabberoo installation prefix JABBEROO_DIR:=/usr # sigc++ installation prefix SIGC_DIR:=/usr SIGC_INCLUDE:=/usr/include/sigc++-2.0 /usr/lib/sigc++-2.0/include SIGC_LIBRARY:=sigc-2.0 # uncomment if you have OpenSSL installed (>= 0.9.6) OPENSSL_DIR:=/usr # uncomment if you have GnuTLS installed (>= 1.0.x) GNUTLS_DIR:=/usr