Add missing symbol to vcalendar claws.def file.
[claws.git] / src / plugins / vcalendar / Makefile.am
1 # Copyright 1999-2014 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
5
6 SUBDIRS = libical
7 EXTRA_DIST = claws.def plugin.def version.rc
8
9 IFLAGS = \
10         -I$(top_srcdir)/src \
11         -I$(top_srcdir)/src/common \
12         -I$(top_builddir)/src/common \
13         -I$(top_srcdir)/src/gtk \
14         -I$(top_srcdir)/src/plugins/vcalendar/libical/libical
15
16 if OS_WIN32
17
18 LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RC) \
19      `echo $(DEFS) $(DEFAULT_INCLUDES) $(IFLAGS) | \
20      sed -e 's/-I/--include-dir /g;s/-D/--define /g'`
21
22 %.lo : %.rc
23         $(LTRCCOMPILE) -i $< -o $@
24
25 plugin_res = version.lo
26 plugin_res_ldflag = -Wl,.libs/version.o
27
28 export_symbols = -export-symbols $(srcdir)/plugin.def
29
30 plugin_deps = libclaws.a $(plugin_res) plugin.def
31
32 libclaws.a: claws.def
33         $(DLLTOOL) --output-lib $@ --def $<
34
35 plugin_ldadd = -L. -lclaws
36
37 else
38 plugin_res =
39 plugin_res_ldflag =
40 export_symbols =
41 plugin_deps =
42 plugin_ldadd =
43 endif
44
45 if PLATFORM_WIN32
46 no_undefined = -no-undefined
47 else
48 no_undefined =
49 endif
50
51 if CYGWIN
52 cygwin_export_lib = -L$(top_builddir)/src -lclaws-mail
53 else
54 cygwin_export_lib = 
55 endif
56
57 plugindir = $(pkglibdir)/plugins
58
59 if BUILD_VCALENDAR_PLUGIN
60 plugin_LTLIBRARIES = vcalendar.la
61 endif
62
63 vcalendar_la_SOURCES = \
64         plugin.c \
65         vcalendar.c vcalendar.h \
66         vcal_manager.c vcal_manager.h \
67         vcal_folder.c vcal_folder.h \
68         vcal_meeting_gtk.c vcal_meeting_gtk.h \
69         vcal_prefs.c vcal_prefs.h \
70         vcal_dbus.c vcal_dbus.h \
71         icaltime_as_local.c icaltime_as_local.h \
72         common-views.c common-views.h \
73         day-view.c month-view.c
74
75 vcalendarincludedir = $(includedir)/claws-mail/plugins/vcalendar
76 vcalendarinclude_HEADERS = \
77         vcal_interface.h
78  
79 vcalendar_la_LDFLAGS = \
80         $(plugin_res_ldflag) $(no_undefined) $(export_symbols) \
81         -avoid-version -module \
82         $(GTK_LIBS)
83
84 vcalendar_la_DEPENDENCIES = $(plugin_deps)
85
86 vcalendar_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \
87         $(GTK_LIBS) \
88         $(CURL_LIBS) \
89         $(top_builddir)/src/plugins/vcalendar/libical/libical/libical.la
90
91 vcalendar_la_CPPFLAGS = \
92         $(IFLAGS) \
93         $(GLIB_CFLAGS) \
94         $(GTK_CFLAGS) \
95         $(CURL_CFLAGS)
96
97 clean-local:
98         rm -f libclaws.a