diff options
Diffstat (limited to 'plugins/save-calendar/Makefile.am')
-rw-r--r-- | plugins/save-calendar/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am new file mode 100644 index 0000000000..ed29da9d18 --- /dev/null +++ b/plugins/save-calendar/Makefile.am @@ -0,0 +1,11 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_CALENDAR_CFLAGS) + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-save-calendar.eplug +plugin_LTLIBRARIES = liborg-gnome-save-calendar.la + +liborg_gnome_save_calendar_la_SOURCES = save-calendar.c +liborg_gnome_save_calendar_la_LDFLAGS = -module -avoid-version |