about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-14 11:07:33 -0400
committerJune McEnroe <june@causal.agency>2020-04-14 11:07:33 -0400
commit8f6d0a2c1c54542ec32a627054bfe1d015480c87 (patch)
tree7410ba416a2e7b4641320c34c9beccb146673932 /Makefile
parentUse mid: URLs for Atom IDs (diff)
downloadbubger-8f6d0a2c1c54542ec32a627054bfe1d015480c87.tar.gz
bubger-8f6d0a2c1c54542ec32a627054bfe1d015480c87.zip
Add decoding stubs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e63376..935f25e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ LDLIBS = -ltls
 OBJS += archive.o
 OBJS += atom.o
 OBJS += concat.o
+OBJS += decode.o
 OBJS += export.o
 OBJS += html.o
 OBJS += imap.o