]> git.sesse.net Git - bmusb/blobdiff - Makefile
Release 0.7.5.
[bmusb] / Makefile
index 88ff0939821dc5d920bed350d959596ae28198d8..dd10907fd57598179cfe937a2993683693295359 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PREFIX := /usr/local
 LIB := libbmusb.a
 SODEV := libbmusb.so
 SONAME := libbmusb.so.6
-SOLIB := libbmusb.so.6.0.0
+SOLIB := libbmusb.so.6.0.1
 
 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy
 
@@ -32,7 +32,7 @@ $(SOLIB): bmusb.pic.o fake_capture.pic.o
        $(CXX) -shared -Wl,-soname,$(SONAME) -o $@ $^ $(LDFLAGS)
 
 clean:
-       $(RM) bmusb.o main.o fake_capture.o bmusb.pic.o fake_capture.pic.o $(LIB) $(SOLIB) main
+       $(RM) bmusb.o main.o v4l2proxy.o fake_capture.o bmusb.pic.o fake_capture.pic.o $(LIB) $(SOLIB) main bmusb-v4l2proxy
 
 install: all
        $(INSTALL) -m 755 -o root -g root -d \