X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Faddress_keeper%2FMakefile.am;h=56e7965abef29e46f8ca2b4671730233352e1e6a;hp=df1df8fbdfcef4ed76ce8f0432a981cb50d642d9;hb=87ab2b6cf05444a26509543bc7cfa52d842539be;hpb=d57e5e84b5ec6f6b96391a8a1a7cdcca634eb990 diff --git a/src/plugins/address_keeper/Makefile.am b/src/plugins/address_keeper/Makefile.am index df1df8fbd..56e7965ab 100644 --- a/src/plugins/address_keeper/Makefile.am +++ b/src/plugins/address_keeper/Makefile.am @@ -1,9 +1,20 @@ +# Copyright 1999-2014 the Claws Mail team. +# This file is part of Claws Mail package, and distributed under the +# terms of the General Public License version 3 (or later). +# See COPYING file for license details. + EXTRA_DIST = claws.def plugin.def version.rc +IFLAGS = \ + -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/common \ + -I$(top_builddir)/src/common \ + -I$(top_srcdir)/src/gtk + if OS_WIN32 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \ - `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \ + `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \ sed -e 's/-I/--include-dir /g;s/-D/--define /g'` %.lo : %.rc @@ -57,18 +68,10 @@ address_keeper_la_DEPENDENCIES = $(plugin_deps) address_keeper_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \ $(GTK_LIBS) -INCLUDES = \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/common \ - -I$(top_builddir)/src/common \ - -I$(top_srcdir)/src/gtk - -AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ +address_keeper_la_CPPFLAGS = \ + $(IFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) address_keeper_la_SOURCES = \ address_keeper.c address_keeper.h \