diff options
author | June McEnroe <june@causal.agency> | 2020-09-03 20:37:08 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-03 20:37:08 -0400 |
commit | 26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e (patch) | |
tree | 568a3b935d3a59ecc37ed8b3e5164e909655afef /bin | |
parent | Add tweets from retweets (diff) | |
download | src-26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e.tar.gz src-26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e.zip |
Build fbclock with -lz
I guess this got lost somewhere, long ago...
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 5aa9acf9..61e405c0 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -7,6 +7,7 @@ LDFLAGS += -L${LIBS_PREFIX}/lib CFLAGS += -Wall -Wextra -Wpedantic -Wno-gnu-case-range LDLIBS.dtch = -lutil +LDLIBS.fbclock = -lz LDLIBS.glitch = -lz LDLIBS.hnel = -lutil LDLIBS.modem = -lutil |