summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-04 22:07:13 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-02-06 17:10:09 -0500
commitec5588766204ab8b097a676dc05bbb26ec941f4e (patch)
tree29a7e992db50b99334dcd5df644fc952b12985bc
parentf71250bf1039275847ca1bb25b667ead978b9d8e (diff)
make: there should be no attempt to remove any Makefile.in file
Files generated by autoconf (and the various tools it calls) must not be removed by running a makefile. This is outside the scope of the makefile. http://lists.gnu.org/archive/html/autoconf/2007-03/msg00043.html One can use git-clean to return to the original state of the module prior to running autogen.sh, autoreconf or configure. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--renderutil/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/renderutil/Makefile.am b/renderutil/Makefile.am
index 246c47f..c9af2a7 100644
--- a/renderutil/Makefile.am
+++ b/renderutil/Makefile.am
@@ -1,6 +1,4 @@
-MAINTAINERCLEANFILES = Makefile.in
-
lib_LTLIBRARIES = libxcb-render-util.la
xcbinclude_HEADERS = xcb_renderutil.h