view src/lib-storage/index/raw/Makefile.am @ 11117:eee1e2a1c25b HEAD

configure: Removed --enable-header-install. It's now always enabled. There didn't seem to be much point in keeping it optional anymore. They're now more useful than before because shared libraries are also installed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Apr 2010 04:49:47 +0300
parents ef135231b675
children
line wrap: on
line source

noinst_LTLIBRARIES = libstorage_raw.la

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-mail \
	-I$(top_srcdir)/src/lib-imap \
	-I$(top_srcdir)/src/lib-index \
	-I$(top_srcdir)/src/lib-storage \
	-I$(top_srcdir)/src/lib-storage/index

libstorage_raw_la_SOURCES = \
	raw-mail.c \
	raw-sync.c \
	raw-storage.c

headers = \
	raw-storage.h \
	raw-sync.h

pkginc_libdir=$(pkgincludedir)
pkginc_lib_HEADERS = $(headers)