diff options
author | Geoff Levand <geoff@infradead.org> | 2012-03-29 20:47:51 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-03-29 20:47:51 -0700 |
commit | 45e253470f2cd7c6dfc38e7f533c62c454039873 (patch) | |
tree | a23104fbadd86230c52f3dd6e75365522234d03e /Makefile.am | |
parent | 59e81c46a962da51e51474e9b36258ff0e04ae42 (diff) | |
download | petitboot-45e253470f2cd7c6dfc38e7f533c62c454039873.zip petitboot-45e253470f2cd7c6dfc38e7f533c62c454039873.tar.gz |
Add missing EXTRA_DIST files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index feff84b..6be121c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status libtool -EXTRA_DIST = bootstrap configure.ac.in +EXTRA_DIST = bootstrap configure.ac.in $(srcdir)/m4 MAINTAINERCLEANFILES = aclocal.m4 config.* configure configure.ac depcomp \ install-sh ltmain.sh Makefile.in missing $(PACKAGE)-*.gz |