INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-groupwise-storage\" \ $(GROUPWISE_STORAGE_CFLAGS) \ -DPREFIX=\"$(prefix)\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(datadir)"\" \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/calendar EVOLUTION_privlibexec_PROGRAMS = \ evolution-groupwise-storage evolution_groupwise_storage_SOURCES = \ e-folder-groupwise.c \ e-folder-groupwise.h \ groupwise-storage.c \ groupwise-storage.h \ groupwise-account.c \ groupwise-account.h \ main.c evolution_groupwise_storage_LDADD = \ $(top_builddir)/calendar/libgroupwisecalendar.a \ $(top_builddir)/lib/libgroupwise.a \ $(GROUPWISE_STORAGE_LIBS) serverdir = $(libdir)/bonobo/servers server_in_files = GNOME_Evolution_Groupwise_Storage.server.in.in server_DATA = $(server_in_files:.server.in.in=.server) %.server.in: %.server.in.in Makefile sed -e "s;\@GW_STORAGE_PATH\@;${GW_STORAGE_PATH};g" < $< > $@ @INTLTOOL_SERVER_RULE@ EVOLUTION_images_DATA = \ gwconnector.png EXTRA_DIST = \ $(EVOLUTION_images_DATA)\ $(server_in_files) \ $(server_DATA)