fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4738 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
178e3cd8d6
commit
7a2098ef78
|
@ -117,7 +117,7 @@ $(MODNAME).$(DYNAMIC_LIB_EXTEN): $(LIBS) $(LOCAL_LIBADD) $(OUR_DEPS) $(LOCAL_OBJ
|
|||
fi;
|
||||
|
||||
mod_clean:
|
||||
@rm -fr *.$(DYNAMIC_LIB_EXTEN) *.o *.lo *~ .libs
|
||||
@rm -fr *.$(DYNAMIC_LIB_EXTEN) *.o *.lo *~ .libs $(LOCAL_OBJS)
|
||||
|
||||
mod_install: $(DESTDIR)$(PREFIX)/mod/$(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||
|
||||
|
|
Loading…
Reference in New Issue