Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ version_compare()

# Check for required version and die if unhappy

mkdir config
mkdir -p config

if [ "x$UNAME" = "xDarwin" ]; then
version_compare glibtoolize 1 5 16 || exit 1
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ nobase_include_HEADERS = spandsp/ademco_contactid.h \
spandsp/private/v42.h \
spandsp/private/v42bis.h \
spandsp/private/v8.h \
spandsp/private/v80.h \
spandsp/expose.h

nodist_include_HEADERS = spandsp.h
Expand Down