Modify Autotools scripts
Modify Autotools scripts to output shared library.
This commit is contained in:
parent
35560c46ea
commit
34cd6fdc58
6 changed files with 38 additions and 20 deletions
2
build.sh
2
build.sh
|
|
@ -11,5 +11,5 @@ automake --add-missing
|
|||
|
||||
# Run Generated Files
|
||||
# Disable static linking and enable GUI component; builds complete version.
|
||||
./configure --disable-static --enable-shared --enable-extra=yes
|
||||
./configure --disable-static --enable-shared
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue