* install-shared.c : opens up a wizard on reading a shared folder
notification and installs shared folder at the recepient end.
* share-folder-common.c : added
(refresh_folder_tree) : to refresh the folder tree when a folder is shared or
a shared folder is created so that different icons are displayed
(get_cnc): to get a connection
(get_container_id):to get the container id of the folder user selects
* share-folder.c : minor changes to fix the crash
* Makefile.am : including install-shared.c in sources
* org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for
the message-read event
svn path=/trunk/; revision=28320
24 lines
610 B
Makefile
24 lines
610 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)\
|
|
-I$(top_srcdir)/camel \
|
|
$(EVOLUTION_MAIL_CFLAGS)\
|
|
$(CAMEL_GROUPWISE_CFLAGS)\
|
|
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\"
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-shared-folder.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-shared-folder.la
|
|
|
|
liborg_gnome_shared_folder_la_SOURCES = share-folder-common.c share-folder.c install-shared.c share-folder.h
|
|
liborg_gnome_shared_folder_la_LIBADD= $(prefix)/lib/libegroupwise-1.2.la
|
|
|
|
|
|
liborg_gnome_shared_folder_la_LDFLAGS = -module -avoid-version
|
|
|
|
glade_DATA =properties.glade
|
|
|
|
|
|
|
|
EXTRA_DIST =$(glade_DATA)
|