Diff between 3ad367874630bb62719ea02184a473cb1efeca34 and b561318193bde11cf5c87b7207bd67b795897f2b

Changed Files

File Additions Deletions Status
Makefile.am +2 -1 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index dc9a96b..78d7413 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -237,7 +237,8 @@ shared_sources = src/shared/io.h src/shared/timeout.h \
 			src/shared/csip.c src/shared/csip.h \
 			src/shared/bass.h src/shared/bass.c \
 			src/shared/ccp.h src/shared/ccp.c \
-			src/shared/lc3.h src/shared/tty.h
+			src/shared/lc3.h src/shared/tty.h \
+			src/shared/bap-defs.h
 
 if READLINE
 shared_sources += src/shared/shell.c src/shared/shell.h