From: Hugo Villeneuve Date: Thu, 18 Jul 2013 03:50:54 +0000 (-0400) Subject: Remove custom rule to clean .deps, now supported by default X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=91a5a46fba329b993ce787ae2033dd323d0c7c14;p=dockapps%2Fwmnotify.git Remove custom rule to clean .deps, now supported by default --- diff --git a/Makefile.am b/Makefile.am index 0ad83b5..dca6411 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,6 @@ ACLOCAL = aclocal -I $(ac_aux_dir) CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ stamp-h.in $(ac_aux_dir)/depcomp \ $(ac_aux_dir)/install-sh $(ac_aux_dir)/missing \ diff --git a/src/Makefile.am b/src/Makefile.am index 067e08f..1983fe8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,7 +8,6 @@ wmnotify_SOURCES = wmnotify.c wmnotify.h options.c options.h configfile.c config network.c network.h pop3.c pop3.h imap.c imap.h ssl.c ssl.h common.h CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P MAINTAINERCLEANFILES = Makefile.in # we want these in the dist tarball