mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 10:31:13 +00:00
add a setting called --modinstdir to be able to define where modules get installed git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7663 d0543943-73ff-0310-b7d9-9358b9ac24b2
15 lines
235 B
Makefile
15 lines
235 B
Makefile
WANT_CURL=yes
|
|
|
|
LOCAL_CFLAGS=
|
|
LOCAL_LDFLAGS=
|
|
LOCAL_LIBADD=
|
|
|
|
include sm.mak
|
|
|
|
depend_install: $(DESTDIR)$(libdir)/libjs.la
|
|
|
|
$(DESTDIR)$(libdir)/libjs.la: $(JSLA)
|
|
cd $(JS_DIR)/nsprpub/ && $(MAKE) install
|
|
cd $(JS_DIR) && $(MAKE) install
|
|
|