2000-04-16 Federico Mena Quintero <federico@helixcode.com> * Makefile.am (INCLUDES): Removed spurious calendar directories from the include path. Added "wombat" log domain for glib. (wombat_LDADD): Link libpcs.a instead of the old shared library. * wombat.c: cal-factory.h is an internal include file. * wombat.c (setup_pcs): We should NOT share a CORBA_environment across all functions! Use our own CORBA_environment. (init_bonobo): Use our own CORBA_environment. Free the exception after initializing GOAD, and present some error messages if necessary. (Should g_message()s for exceptional situations be marked for translation?). svn path=/trunk/; revision=2462
36 lines
991 B
Makefile
36 lines
991 B
Makefile
INCLUDES = \
|
|
$(EXTRA_GNOME_CFLAGS) \
|
|
$(GNOME_INCLUDEDIR) \
|
|
-DG_LOG_DOMAIN=\"wombat\" \
|
|
-I$(top_srcdir)/e-util \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/addressbook/backend/pas \
|
|
-I$(top_builddir)/addressbook/backend/pas \
|
|
-I$(top_srcdir)/calendar \
|
|
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
|
|
-DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\"
|
|
|
|
bin_PROGRAMS = \
|
|
wombat
|
|
|
|
wombat_SOURCES = \
|
|
wombat.c
|
|
|
|
wombat_LDADD = \
|
|
$(EXTRA_GNOME_LIBS) \
|
|
$(BONOBO_VFS_GNOME_LIBS) \
|
|
$(top_builddir)/addressbook/backend/pas/libpas.la \
|
|
$(top_builddir)/addressbook/backend/ebook/libebook.la \
|
|
$(top_builddir)/calendar/pcs/libpcs.a \
|
|
$(top_builddir)/libical/src/libical/libical.la \
|
|
$(top_builddir)/calendar/cal-util/libcal-util.la \
|
|
$(top_builddir)/libversit/libversit.la \
|
|
$(top_builddir)/e-util/libeutil.la \
|
|
-lgnomevfs \
|
|
$(LDAP_LIBS)
|
|
|
|
wombat_LDFLAGS = `gnome-config --libs gnorba`
|
|
|
|
gnorbadir = $(sysconfdir)/CORBA/servers
|
|
gnorba_DATA = wombat.gnorba
|