? apps/app_jabberpop.c ? configs/jabberpop.conf.sample Index: apps/Makefile =================================================================== RCS file: /usr/cvsroot/asterisk/apps/Makefile,v retrieving revision 1.93 diff -u -r1.93 Makefile --- apps/Makefile 27 Feb 2005 19:07:46 -0000 1.93 +++ apps/Makefile 9 Mar 2005 16:57:47 -0000 @@ -54,6 +54,8 @@ APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; fi) +APPS+=$(shell if [ -f /usr/include/iksemel.h ]; then echo "app_jabberpop.so" ; fi) + CURLLIBS=$(shell curl-config --libs) ifneq (${CURLLIBS},) @@ -108,6 +110,9 @@ app_sql_odbc.so: app_sql_odbc.o $(CC) $(SOLINK) -o $@ $< -lodbc + +app_jabberpop.so: app_jabberpop.o + $(CC) $(SOLINK) -o $@ $< -liksemel look: look.c $(CC) -pipe -O6 -g look.c -o look -lncurses