diff options
author | June McEnroe <june@causal.agency> | 2020-04-14 11:07:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-14 11:07:33 -0400 |
commit | 8f6d0a2c1c54542ec32a627054bfe1d015480c87 (patch) | |
tree | 7410ba416a2e7b4641320c34c9beccb146673932 /Makefile | |
parent | Use mid: URLs for Atom IDs (diff) | |
download | bubger-8f6d0a2c1c54542ec32a627054bfe1d015480c87.tar.gz bubger-8f6d0a2c1c54542ec32a627054bfe1d015480c87.zip |
Add decoding stubs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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 |