diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b5d4f9455..9262c5bcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,5 +32,5 @@ EXTRA_DIST = \ README.hacking \ README.building-boost -SUBDIRS = @build_dirs@ $(subdirs) -DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ $(subdirs) +SUBDIRS = @build_dirs@ +DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ |