aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-04-05 18:23:32 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-04-05 18:36:40 +0200
commitc718109fc6288501062e4484de14f4a92af897a9 (patch)
treec17c52d922cc17e362df792a47db3bfbfc07434c /Makefile
parentMove termios bindings to scheme code. (diff)
downloadcalp-c718109fc6288501062e4484de14f4a92af897a9.tar.gz
calp-c718109fc6288501062e4484de14f4a92af897a9.tar.xz
Remove old termios bindings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb6cfd33..99f2aca9 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ CFLAGS = -std=gnu11 -Wall -Wextra \
$(shell guile-config compile)
LDFLAGS = -fPIC $(shell guile-config link)
-LIBS = libguile-calendar.so libtermios.so
+LIBS = libguile-calendar.so
SO_FILES = $(addprefix $(LIBDIR)/, $(LIBS))
H_FILES = $(wildcard src/*.h)