測試項目名:libHelloc
項目類型:Autotools Shared Library Project
修改 libHelloc/Makefile.am
# Linker options libTestProgram libHelloc_la_LDFLAGS = -release 0.1.123清理並重新生成項目:
$ make clean
$ autoreconf -i
$ ./configure
$ make
$ sudo make install
生成的文件如下:
-rwxr-xr-x. 1 root root 12072 5月 9 14:50 libHelloc-0.1.123.so -rw-r--r--. 1 root root 12730 5月 9 14:50 libHelloc.a -rwxr-xr-x. 1 root root 945 5月 9 14:50 libHelloc.la lrwxrwxrwx. 1 root root 20 5月 9 14:50 libHelloc.so -> libHelloc-0.1.123.so