# -*- Makefile -*- # Author: Christof Meerwald, http://cmeerw.org # http://JabXPCOM.sunsite.dk/ # # should point to mozilla/dist containing at least a standalone XPCOM build XPCOM_DIR:=/usr XPCOM_BIN:=/usr/lib/mozilla XPCOM_IDL:=/usr/share/idl/mozilla XPCOM_INCLUDE:=/usr/include/mozilla XPCOM_LIBRARY:=xpcom_compat # 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