diff options
Diffstat (limited to 'plugins/external-editor/Makefile.am')
-rw-r--r-- | plugins/external-editor/Makefile.am | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/plugins/external-editor/Makefile.am b/plugins/external-editor/Makefile.am index 8c47bca60c..4e41c01cbf 100644 --- a/plugins/external-editor/Makefile.am +++ b/plugins/external-editor/Makefile.am @@ -6,7 +6,19 @@ NO_UNDEFINED_REQUIRED_LIBS = \ $(top_builddir)/mail/libevolution-mail.la endif -AM_CPPFLAGS = \ +@EVO_PLUGIN_RULE@ + +error_DATA = org-gnome-external-editor.error + +errordir = $(privdatadir)/errors + +plugin_DATA = \ + org-gnome-external-editor.eplug + +plugin_LTLIBRARIES = liborg-gnome-external-editor.la + +liborg_gnome_external_editor_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_TOOLSDIR=\""$(privlibexecdir)"\" \ -DPREFIX=\""$(prefix)"\" \ @@ -20,16 +32,6 @@ AM_CPPFLAGS = \ $(EVOLUTION_MAIL_CFLAGS) \ $(E_UTIL_CFLAGS) -@EVO_PLUGIN_RULE@ - -error_DATA = org-gnome-external-editor.error -errordir = $(privdatadir)/errors - -plugin_DATA = \ - org-gnome-external-editor.eplug - -plugin_LTLIBRARIES = liborg-gnome-external-editor.la - liborg_gnome_external_editor_la_SOURCES = \ external-editor.c |