Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install the private/v80.h header file #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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