diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 71370fa719..ba296a6b0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ # leave in dependency order, since common must be built first -SUBDIRS = common or -DIST_SUBDIRS = common or -EXTRA_DIST = config +SUBDIRS = common or config +DIST_SUBDIRS = common or config |