Rajaram-Regupathy / libtypec

“libtypec” is aimed to provide a generic interface abstracting all platform complexity for user space to develop tools for efficient USB-C port management. The library can also enable development of diagnostic and debug tools to debug system issues around USB-C/USB PD topology.
34 stars 4 forks source link

library name is liblibtype.a - should it be libtype.a instead? #15

Closed ColinIanKing closed 1 year ago

ColinIanKing commented 1 year ago
[ 33%] Building C object CMakeFiles/libtypec.dir/libtypec.c.o
[ 66%] Building C object CMakeFiles/libtypec.dir/libtypec_sysfs_ops.c.o
[100%] Linking C static library bin/liblibtypec.a
[100%] Built target libtypec

ls -al bin/liblibtypec.a 
-rw-r--r-- 1 cking cking 164202 Feb 17 13:21 bin/liblibtypec.a

The normal convention is libtype.a for a library archive name.

Rajaram-Regupathy commented 1 year ago

thanks fixed