From cee3672647ac9714a7f8c1d3acf17dab7ff5efd6 Mon Sep 17 00:00:00 2001
From: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 3 Aug 2012 15:17:35 +0200
Subject: Forgot to add sfeed_opml_export to 'dist' rule

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6f48ad8..5260edf 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ dist: clean
 	@echo creating dist tarball
 	@mkdir -p ${NAME}-${VERSION}
 	@cp -R LICENSE Makefile README config.mk \
-		TODO CREDITS sfeedrc.example ${SRC} common.c sfeed_update \
+		TODO CREDITS sfeedrc.example ${SRC} common.c sfeed_update sfeed_opml_export \
 		sfeed.1 sfeed_update.1 sfeed_plain.1 sfeed_html.1 sfeed_opml_import.1 \
 		sfeed_opml_export.1 ${NAME}-${VERSION}
 	@tar -cf ${NAME}-${VERSION}.tar ${NAME}-${VERSION}
-- 
cgit v1.2.3