mirror of
https://github.com/AllStarLink/app_rpt.git
synced 2026-08-26 14:27:32 -04:00
12 lines
419 B
Diff
12 lines
419 B
Diff
--- a/channels/Makefile
|
|
+++ b/channels/Makefile
|
|
@@ -22,6 +22,9 @@
|
|
$(call MOD_ADD_C,chan_iax2,$(wildcard iax2/*.c))
|
|
iax2/parser.o: _ASTCFLAGS+=$(call get_menuselect_cflags,MALLOC_DEBUG)
|
|
|
|
+chan_simpleusb.so: LIBS+=-lusb-1.0 -lasound
|
|
+chan_usbradio.so: LIBS+=-lusb-1.0 -lasound
|
|
+
|
|
$(call MOD_ADD_C,chan_pjsip,$(wildcard pjsip/*.c))
|
|
$(call MOD_ADD_C,chan_dahdi,$(wildcard dahdi/*.c) sig_analog.c sig_pri.c sig_ss7.c)
|
|
|