[cairo-commit] src/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Jan 4 20:36:44 PST 2007


 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 11dd9eab693297961b988a73e22bf4d5850eb485 (from d4a58b2437a21794562d874f3d390e0e59688bc0)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Jan 4 23:35:51 2007 -0500

    [src/Makefile.am] Don't remove cairo-features.h in "make clean"
    
    That's generated by configure, so it should be removed by "make distclean".

diff --git a/src/Makefile.am b/src/Makefile.am
index 907658a..5206d3f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -261,9 +261,11 @@ $(backend_pkgconfigs): $(top_srcdir)/con
 $(top_builddir)/config.h: $(top_srcdir)/config.h.in
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
 
+DISTCLEANFILES += cairo-features.h
 cairo-features.h:
 	cd $(top_builddir) && ./config.status src/cairo-features.h
 
+CLEANFILES = cairo.def
 cairo.def: $(cairoinclude_HEADERS)
 	@echo Generating $@
 	@(echo EXPORTS; \
@@ -290,5 +292,3 @@ install-data-local:
 TESTS_ENVIRONMENT = srcdir="$(srcdir)"
 TESTS = check-def.sh check-plt.sh check-headers.sh
 EXTRA_DIST += $(TESTS)
-
-CLEANFILES = cairo.def cairo-features.h


More information about the cairo-commit mailing list