From b63e6d4d96483d73c226d5916a5601c30e7f56e1 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Tue, 9 Aug 2011 09:50:26 +0200 Subject: clean up makefile --- boilerplate/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index 82aa80fcc..cf032ce0a 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -3,6 +3,9 @@ include $(top_srcdir)/build/Makefile.am.common include $(srcdir)/Makefile.am.features +lib_LTLIBRARIES = libcairoboilerplate.la +noinst_LTLIBRARIES = $(cxx_boilerplate_lib) + EXTRA_DIST += Makefile.win32 Makefile.win32.features #MAINTAINERCLEANFILES += $(srcdir)/Makefile.win32.features @@ -20,9 +23,6 @@ else cxx_boilerplate_lib = endif -EXTRA_LTLIBRARIES += libcairoboilerplate.la $(cxx_boilerplate_lib) - - libcairoboilerplate_la_SOURCES = \ $(enabled_cairo_boilerplate_headers) \ $(enabled_cairo_boilerplate_private) \ -- cgit v1.2.3