39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-templates.eplug
|
|
|
|
plugin_LTLIBRARIES = liborg-gnome-templates.la
|
|
|
|
liborg_gnome_templates_la_CPPFLAGS = \
|
|
$(AM_CPPFLAGS) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/widgets \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/composer \
|
|
$(EVOLUTION_DATA_SERVER_CFLAGS) \
|
|
$(GNOME_PLATFORM_CFLAGS) \
|
|
$(GTKHTML_CFLAGS)
|
|
|
|
liborg_gnome_templates_la_SOURCES = templates.c
|
|
|
|
liborg_gnome_templates_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
|
|
|
|
liborg_gnome_templates_la_LIBADD = \
|
|
$(top_builddir)/e-util/libeutil.la \
|
|
$(top_builddir)/composer/libcomposer.la \
|
|
$(top_builddir)/shell/libeshell.la \
|
|
$(top_builddir)/mail/libevolution-mail.la \
|
|
$(top_builddir)/libemail-engine/libemail-engine.la \
|
|
$(top_builddir)/libevolution-utils/libevolution-utils.la \
|
|
$(EVOLUTION_DATA_SERVER_LIBS) \
|
|
$(GNOME_PLATFORM_LIBS) \
|
|
$(GTKHTML_LIBS)
|
|
|
|
EXTRA_DIST = org-gnome-templates.eplug.xml
|
|
|
|
BUILT_SOURCES = org-gnome-templates.eplug
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
-include $(top_srcdir)/git.mk
|