about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 22:25:00 -0400
committerJune McEnroe <june@causal.agency>2020-04-09 22:25:00 -0400
commit78d880bcfe4799f069bba4ad79c6332c25d6db04 (patch)
tree8531af4ec57f9ce471718d5a298f26d9bfa3b332 /Makefile
parentRender Atom envelopes (diff)
downloadbubger-78d880bcfe4799f069bba4ad79c6332c25d6db04.tar.gz
bubger-78d880bcfe4799f069bba4ad79c6332c25d6db04.zip
Move export code to export.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 106ceda..000620e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ LDLIBS = -ltls
 
 OBJS += archive.o
 OBJS += atom.o
+OBJS += export.o
 OBJS += html.o
 OBJS += imap.o
 OBJS += mbox.o