diff options
Diffstat (limited to 'plugins/ommail/Makefile.am')
-rw-r--r-- | plugins/ommail/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ommail/Makefile.am b/plugins/ommail/Makefile.am new file mode 100644 index 0000000..97c9296 --- /dev/null +++ b/plugins/ommail/Makefile.am @@ -0,0 +1,6 @@ +pkglib_LTLIBRARIES = ommail.la + +ommail_la_SOURCES = ommail.c +ommail_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) +ommail_la_LDFLAGS = -module -avoid-version +ommail_la_LIBADD = |