Diff between 07384fa47a27485e1c7294f4372be4068d3a6310 and 24f3162e35ee614ff62e3f93f51fc8648545ff4d
Changed Files
| File | Additions | Deletions | Status |
| Makefile.am | +5 | -1 | modified |
Full Patch
diff --git a/Makefile.am b/Makefile.am
index daf34b6..9c3c171 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,7 +119,11 @@ shared_sources = src/shared/io.h src/shared/timeout.h \
src/shared/gatt-server.h src/shared/gatt-server.c \
src/shared/gatt-db.h src/shared/gatt-db.c \
src/shared/gap.h src/shared/gap.c \
- src/shared/tty.h src/shared/shell.c src/shared/shell.h
+ src/shared/tty.h
+
+if READLINE
+shared_sources += src/shared/shell.c src/shared/shell.h
+endif
src_libshared_glib_la_SOURCES = $(shared_sources) \
src/shared/io-glib.c \