# -*- 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++-1.0 /usr/lib/sigc++-1.0/include # uncomment if you have OpenSSL installed (>= 0.9.6) OPENSSL_DIR:=/usr # uncomment if you have GnuTLS installed (>= 0.3.2) #GNUTLS_DIR:=/usr # the compiler to use INCLUDES_GCC:=/usr/include/g++-3