# -*- 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/local/xpcom # where you have unpacked and compiled the jabberoo library #JABBEROO_DIR:=../jabberoo # uncomment to use an already installed libsigc++, otherwise the # libsigc++ included with jabberoo will be used #SIGC_DIR:=/usr # uncomment if you have OpenSSL installed (>= 0.9.6) #OPENSSL_DIR:=/usr/local/ssl # uncomment if you have GnuTLS installed (>= 0.8.8) #GNUTLS_DIR:=/usr # you might have to uncomment the following line when using gcc 2.95.x # (otherwise it might confuse the C++ string header with XPCOM's # string directory) #INCLUDES_GCC:=/usr/include/g++-3