X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Fnewmail%2FMakefile.am;h=2d16a1c9b9b475ad59c73724fe43a36daf1e25bd;hp=479bd4e52f9675d469226da63e7f1decaae7d6d8;hb=f2493c613a2fc49c830d856519e828f9fc41077d;hpb=abf3a16d4009378957934790e69619e292642dfa;ds=sidebyside diff --git a/src/plugins/newmail/Makefile.am b/src/plugins/newmail/Makefile.am index 479bd4e52..2d16a1c9b 100644 --- a/src/plugins/newmail/Makefile.am +++ b/src/plugins/newmail/Makefile.am @@ -1,6 +1,8 @@ plugindir = $(pkglibdir)/plugins +if BUILD_NEWMAIL_PLUGIN plugin_LTLIBRARIES = newmail.la +endif newmail_la_SOURCES = \ newmail.c @@ -16,4 +18,5 @@ AM_CPPFLAGS = \ INCLUDES = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/common \ + -I$(top_builddir)/src/common \ -I$(top_srcdir)/src/gtk