[Freeswitch-svn] [commit] r4558 - freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event
Freeswitch SVN
mikej at freeswitch.org
Sun Mar 11 11:36:04 EDT 2007
Author: mikej
Date: Sun Mar 11 11:36:04 2007
New Revision: 4558
Modified:
freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile
Log:
no need to install, no need for buildlib.sh
Modified: freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile (original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_xmpp_event/Makefile Sun Mar 11 11:36:04 2007
@@ -4,7 +4,7 @@
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)
depends:
- MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install iksemel --prefix=$(PREFIX)
+ cd $(BASE)/libs/iksemel && $(MAKE)
$(MODNAME).$(DYNAMIC_LIB_EXTEN): $(MODNAME).c
$(CC) $(CFLAGS) -c $(MODNAME).c -o $(MODNAME).o
@@ -14,5 +14,4 @@
rm -fr *.$(DYNAMIC_LIB_EXTEN) *.o *~ .libs
install:
- cd $(BASE)/libs/iksemel && $(MAKE) install
$(LTINSTALL) $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod
More information about the Freeswitch-svn
mailing list