diff --git a/Makefile b/Makefile index 4f21cf6..2fa026f 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(proj)-lookup-srcs := \ $(proj)-lookup-cflags := -Ilib lib$(proj).so-srcs := \ - lib/libqrtr.c \ + lib/qrtr.c \ lib/qmi.c lib$(proj).so-cflags := -fPIC -Isrc diff --git a/lib/libqrtr.c b/lib/qrtr.c similarity index 100% rename from lib/libqrtr.c rename to lib/qrtr.c