aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/Makefile b/channels/Makefile
index bf20133ea..179a90072 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -94,10 +94,10 @@ chan_nbs.so: chan_nbs.o
$(CC) -shared -Xlinker -x -o $@ $< -lnbs
chan_vpb.o: chan_vpb.c
- $(CC) -c $(CFLAGS) -o $@ chan_vpb.c
+ $(CXX) -c $(CFLAGS) -o $@ chan_vpb.c
chan_vpb.so: chan_vpb.o
- $(CCC) -shared -Xlinker -x -o $@ $< -lvpb -lpthread -lm -ldl
+ $(CXX) -shared -Xlinker -x -o $@ $< -lvpb -lpthread -lm -ldl
#chan_modem.so : chan_modem.o
# $(CC) -rdynamic -shared -Xlinker -x -o $@ $<