diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7e1bc2..1d42904 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = module tests +SUBDIRS = po module tests po ACLOCAL_AMFLAGS = -I m4 @@ -26,3 +26,5 @@ coverage: $(GENHTML) --output-directory tests/coverage tests/coverage.info @echo "file://$(abs_top_builddir)/tests/coverage/index.html" endif + +EXTRA_DIST = config.rpath |