diff options
author | infirit <[email protected]> | 2013-08-01 13:57:39 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 13:57:39 +0200 |
commit | 13129792ac2ee82d15706029f92f5b0c29b22493 (patch) | |
tree | 111f4891de5026bbd95ac11bd4cda14508614042 | |
parent | ff1dff247fc49f30ffd2c30fb2f2376c624c2aec (diff) | |
download | mate-control-center-13129792ac2ee82d15706029f92f5b0c29b22493.tar.bz2 mate-control-center-13129792ac2ee82d15706029f92f5b0c29b22493.tar.xz |
Remove DISTCLEANFILES as it is empty
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5bd26cf2..8e136233 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,6 @@ CLEANFILES = \ $(gsettings_SCHEMAS) \ *.gschema.valid -DISTCLEANFILES = - MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ $(srcdir)/aclocal.m4 \ |