view src/lib-storage/index/dbox-common/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 0bb321c347ae
children 28eaaa23f2c6
line wrap: on
line source

noinst_LTLIBRARIES = libstorage_dbox_common.la

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-settings \
	-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_dbox_common_la_SOURCES = \
	dbox-file.c \
	dbox-file-fix.c \
	dbox-mail.c \
	dbox-save.c \
	dbox-storage.c \
	dbox-sync-rebuild.c

headers = \
	dbox-file.h \
	dbox-mail.h \
	dbox-save.h \
	dbox-storage.h \
	dbox-sync-rebuild.h

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