mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 18:41:57 +00:00
Eliminate some more gmakeisms in the modules makefiles git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4629 d0543943-73ff-0310-b7d9-9358b9ac24b2
15 lines
243 B
Makefile
15 lines
243 B
Makefile
WANT_CURL=yes
|
|
|
|
LOCAL_CFLAGS=
|
|
LOCAL_LDFLAGS=
|
|
LOCAL_LIBADD=
|
|
|
|
include sm.mak
|
|
|
|
depend_install: $(DESTDIR)$(PREFIX)/lib/libjs.la
|
|
|
|
$(DESTDIR)$(PREFIX)/lib/libjs.la: $(JSLA)
|
|
cd $(JS_DIR)/nsprpub/ && $(MAKE) install
|
|
cd $(JS_DIR) && $(MAKE) install
|
|
|