diff options
author | Carl Worth <cworth@cworth.org> | 2007-03-19 23:50:13 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-03-19 23:50:13 -0700 |
commit | aba2b299db163d8a5b9d0a0214cd8a485fb87162 (patch) | |
tree | 15946e7ffb3899faafd294b8c572474d59268ea5 | |
parent | 2483542b74ac71851cc766de3468d0df833cdec2 (diff) |
boilerplate: Add EXTRA_LTLIBRARIES to CLEANFILES to allow make distcleancheck to pass.1.4.2
-rw-r--r-- | boilerplate/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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) |