From f425fdc8e2a68fe6fece41ee0684ced30cebc1ed Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 13 Jul 2009 09:33:38 -0400 Subject: Fix some issues when building Anjal. --- em-format/Makefile.am | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'em-format') diff --git a/em-format/Makefile.am b/em-format/Makefile.am index 2c758d068e..360ceac7c2 100644 --- a/em-format/Makefile.am +++ b/em-format/Makefile.am @@ -1,22 +1,27 @@ +emformatincludedir = $(privincludedir)/em-format + AM_CPPFLAGS = \ -I$(top_srcdir) \ $(EVOLUTION_MAIL_CFLAGS) -noinst_LTLIBRARIES = libemformat.la +privsolib_LTLIBRARIES = libemformat.la -libemformat_la_SOURCES = \ - em-format.h \ - em-format.c \ - em-format-quote.h \ - em-format-quote.c \ - em-stripsig-filter.c \ +emformatinclude_HEADERS = \ + em-format.h \ + em-format-quote.h \ em-stripsig-filter.h -libemformat_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) +libemformat_la_SOURCES = \ + $(emformatinclude_HEADERS) \ + em-format.c \ + em-format-quote.c \ + em-stripsig-filter.c + +libemformat_la_LDFLAGS = $(NO_UNDEFINED) -libemformat_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/shell/libeshell.la \ +libemformat_la_LIBADD = \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/libeshell.la \ $(EVOLUTION_MAIL_LIBS) -include $(top_srcdir)/git.mk -- cgit v1.2.3