Add headers and fix build
Add more C headers and allow libsb to build correctly with warnings.
This commit is contained in:
parent
103ffffbd7
commit
943afc734f
22 changed files with 6155 additions and 38 deletions
2
build.sh
2
build.sh
|
|
@ -18,3 +18,5 @@ automake --add-missing
|
|||
# Disable static linking and enable GUI component; builds complete version.
|
||||
./configure --disable-static --enable-shared
|
||||
make
|
||||
|
||||
cp ./src/.libs/* ./bld/obj/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue