diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-06-16 23:30:25 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-06-16 23:32:29 +0000 |
commit | f26b61d530a3608099f3ce62396a08308ec9c3bb (patch) | |
tree | 1393b3189700ea00c00637a34f3ae7baae557b01 /Makefile.am | |
parent | d7174c0644b774741ea3a8f2a9ddc7e252ba50d4 (diff) |
build: Fix silent rules
Remove silent.m4 file and use the system one.
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 3c9cd0e..c404759 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ MAINTAINERCLEANFILES = \ DISTCLEANFILES = $(MAINTAINERCLEANFILES) -EXTRA_DIST = ./m4/introspection.m4 ./m4/silent.m4 +EXTRA_DIST = ./m4/introspection.m4 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc |