From b13697db3ad3ccb725949734134451f0ea359a21 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 28 Aug 2012 23:47:19 +0200 Subject: [PATCH] Fix dist packages not including lsp directory. *sigh* --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5902980b..9adec97d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=src -EXTRA_DIST=server.html server.html.h VERSION lsp/compressed.js lsp/uncompressed.js +EXTRA_DIST=server.html server.html.h VERSION lsp/* docs: doxygen ./Doxyfile > /dev/null .PHONY: docs