2005-05-16 Not Zed <NotZed@Ximian.com> * share-folder-common.c: moved e-error to e-util * Makefile.am: error filename changes. svn path=/trunk/; revision=29369
29 lines
792 B
Makefile
29 lines
792 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= $(CAMEL_GROUPWISE_LIBS)
|
|
|
|
|
|
liborg_gnome_shared_folder_la_LDFLAGS = -module -avoid-version
|
|
|
|
glade_DATA =properties.glade
|
|
|
|
error_DATA = org-gnome-shared-folder.error
|
|
errordir = $(privdatadir)/errors
|
|
|
|
BUILT_SOURCES = $(error_DATA)
|
|
EXTRA_DIST = \
|
|
org-gnome-shared-folder.error.xml \
|
|
$(glade_DATA) \
|
|
org-gnome-shared-folder.eplug.in
|