aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-manager/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plugin-manager/Makefile.am')
-rw-r--r--modules/plugin-manager/Makefile.am24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/plugin-manager/Makefile.am b/modules/plugin-manager/Makefile.am
new file mode 100644
index 0000000000..3a594bbff8
--- /dev/null
+++ b/modules/plugin-manager/Makefile.am
@@ -0,0 +1,24 @@
+module_LTLIBRARIES = module-plugin-manager.la
+
+module_plugin_manager_la_CPPFLAGS = \
+ $(AM_CPPFLAGS) \
+ -I$(top_srcdir) \
+ -DG_LOG_DOMAIN=\"evolution-plugin-manager\" \
+ $(EVOLUTION_DATA_SERVER_CFLAGS) \
+ $(GNOME_PLATFORM_CFLAGS) \
+ $(GTKHTML_CFLAGS)
+
+module_plugin_manager_la_SOURCES = \
+ evolution-plugin-manager.c
+
+module_plugin_manager_la_LIBADD = \
+ $(top_builddir)/e-util/libevolution-util.la \
+ $(top_builddir)/shell/libevolution-shell.la \
+ $(EVOLUTION_DATA_SERVER_LIBS) \
+ $(GNOME_PLATFORM_LIBS) \
+ $(GTKHTML_LIBS)
+
+module_plugin_manager_la_LDFLAGS = \
+ -module -avoid-version $(NO_UNDEFINED)
+
+-include $(top_srcdir)/git.mk