From 25455644da4f19a88c8469a8d6f91a13dee17fdf Mon Sep 17 00:00:00 2001 From: thurston Date: Thu, 11 Jun 2009 00:27:59 +0000 Subject: [PATCH] $(SUBDIRS) needs to go inside DIST_SUBDIRS. git-svn-id: http://svn.complang.org/ragel/trunk@902 052ea7fc-9027-0410-9066-f65837a77df0 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0b0b131..7ab5f42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = ragel aapl -DIST_SUBDIRS = contrib examples test doc +DIST_SUBDIRS = $(SUBDIRS) contrib examples test doc dist_doc_DATA = CREDITS ChangeLog EXTRA_DIST = ragel.vim -- 2.7.4