]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
no need to install, no need for buildlib.sh
authorMichael Jerris <mike@jerris.com>
Sun, 11 Mar 2007 15:36:04 +0000 (15:36 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 11 Mar 2007 15:36:04 +0000 (15:36 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4558 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_xmpp_event/Makefile

index c287b001cc6c72a60e7f2f70024fb823ec92f0e8..1115ec3eaa1ddc25e3abc80361822bef7bd241b3 100644 (file)
@@ -4,7 +4,7 @@ LDFLAGS += $(BASE)/libs/iksemel/src/libiksemel.la
 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 @@ clean:
        rm -fr *.$(DYNAMIC_LIB_EXTEN) *.o *~ .libs
 
 install:
-       cd $(BASE)/libs/iksemel && $(MAKE) install
        $(LTINSTALL) $(MODNAME).$(DYNAMIC_LIB_EXTEN) $(DESTDIR)$(PREFIX)/mod