From aba2b299db163d8a5b9d0a0214cd8a485fb87162 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 19 Mar 2007 23:50:13 -0700 Subject: [PATCH] boilerplate: Add EXTRA_LTLIBRARIES to CLEANFILES to allow make distcleancheck to pass. --- boilerplate/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index a32272b0d..ad3c12604 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -1,6 +1,5 @@ EXTRA_LTLIBRARIES = libcairoboilerplate.la - libcairoboilerplate_la_SOURCES =\ cairo-boilerplate.c \ cairo-boilerplate.h \ @@ -42,3 +41,6 @@ INCLUDES = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ $(CAIRO_CFLAGS) + +CLEANFILES = \ + $(EXTRA_LTLIBRARIES)