From: David Woodhouse Date: Sun, 5 Sep 2021 10:25:40 +0000 (+0100) Subject: Add markdown.h to dist X-Git-Tag: v1.4.1~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a96bd7d1e78d9545ed0e9f0da8cc5e37e940ec38;p=pidgin-chime.git Add markdown.h to dist Signed-off-by: David Woodhouse --- diff --git a/Makefile.am b/Makefile.am index 4d11c2b..4e83702 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ PROTOBUF_SRCS = protobuf/auth_message.pb-c.c protobuf/auth_message.pb-c.h \ PRPL_SRCS = prpl/chime.h prpl/chime.c prpl/buddy.c prpl/rooms.c prpl/chat.c \ prpl/messages.c prpl/conversations.c prpl/meeting.c prpl/attachments.c \ - prpl/authenticate.c prpl/markdown.c prpl/dbus.h prpl/dbus.c + prpl/authenticate.c prpl/markdown.c prpl/markdown.h prpl/dbus.h prpl/dbus.c WEBSOCKET_SRCS = chime/chime-websocket-connection.c chime/chime-websocket-connection.h \ chime/chime-websocket.c