Makefile.am revision 58c61ac5650583d21c891e61e051c614290d31fb
noinst_LIBRARIES = liblda.a
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-settings \
-I$(top_srcdir)/src/lib-master \
-I$(top_srcdir)/src/lib-mail \
-I$(top_srcdir)/src/lib-storage
liblda_a_SOURCES = \
headers = \
if INSTALL_HEADERS
pkginc_libdir=$(pkgincludedir)/src/lib-lda
pkginc_lib_HEADERS = $(headers)
else
noinst_HEADERS = $(headers)
endif