summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-19 18:58:23 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-04-17 10:21:14 -0400
commitc19e0dd72bd5722280629cf81c1a5faec873b6d2 (patch)
treefe052b0267e10e072540a7a0ba585127f422d857
parentb712543a104cb6a172b0ff219f371e83b48e4816 (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. Reviewed-by: Uli Schlachter <psychon@znc.in> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--image/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/image/Makefile.am b/image/Makefile.am
index f6a67ff..47a8b49 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -1,5 +1,3 @@
-MAINTAINERCLEANFILES = Makefile.in
-
lib_LTLIBRARIES = libxcb-image.la
xcbinclude_HEADERS = xcb_image.h xcb_pixel.h xcb_bitops.h