diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-21 10:13:38 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-21 10:22:56 +0200 |
commit | 3862ed6dfddba097d57875202324899b8aa81716 (patch) | |
tree | 77b6827562ea603009e1c0468c5d6cb9fd6ac79e | |
parent | 6a01e51a5cc2cfb89bba7b0b3adfde45ebf8faff (diff) |
build: add gtester.make to the dist tarball
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a8a7f673..540beb6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ DISTCLEANFILES = \ EXTRA_DIST = \ $(INTLTOOL_FILES) \ - autogen.sh + autogen.sh \ + gtester.make ACLOCAL_AMFLAGS = -I m4 |