diff options
-rw-r--r-- | libdimension/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdimension/Makefile.am b/libdimension/Makefile.am index 0a134b1..3dbbbb3 100644 --- a/libdimension/Makefile.am +++ b/libdimension/Makefile.am @@ -17,7 +17,8 @@ ## along with this program. If not, see <http://www.gnu.org/licenses/>. ## ########################################################################### -SUBDIRS = bench \ +SUBDIRS = . \ + bench \ tests # Make dmnsn_error() backtraces useful |