blob: 98968f5dc0b9bd7304cfb6b509e268496090c749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_srcdir)/src/lib-mail \
-I$(top_srcdir)/src/lib-index \
-I$(top_srcdir)/src/lib-storage
NOPLUGIN_LDFLAGS =
lib99_welcome_plugin_la_LDFLAGS = -module -avoid-version
module_LTLIBRARIES = \
lib99_welcome_plugin.la
lib99_welcome_plugin_la_SOURCES = \
welcome-plugin.c
|