view src/lib-storage/index/raw/Makefile.am @ 7086:7ed926ed7aa4 HEAD

Updated copyright notices to include year 2008.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Jan 2008 22:05:21 +0200
parents d712370dfd14
children
line wrap: on
line source

noinst_LIBRARIES = libstorage_raw.a

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_a_SOURCES = \
	raw-mail.c \
	raw-sync.c \
	raw-storage.c \
	raw-transaction.c

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

if INSTALL_HEADERS
  pkginc_libdir=$(pkgincludedir)/src/lib-storage/index/raw
  pkginc_lib_HEADERS = $(headers)
else
  noinst_HEADERS = $(headers)
endif