From: thurston Date: Thu, 11 Jun 2009 00:27:59 +0000 (+0000) Subject: $(SUBDIRS) needs to go inside DIST_SUBDIRS. X-Git-Tag: 2.0_alpha~15 X-Git-Url: http://review.tizen.org/git/?p=external%2Fragel.git;a=commitdiff_plain;h=25455644da4f19a88c8469a8d6f91a13dee17fdf $(SUBDIRS) needs to go inside DIST_SUBDIRS. git-svn-id: http://svn.complang.org/ragel/trunk@902 052ea7fc-9027-0410-9066-f65837a77df0 --- 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