2000-04-18 Federico Mena Quintero <federico@helixcode.com> * gui/minicard/Makefile.am (INCLUDES): Use "e-minicard" as the log domain. * gui/component/Makefile.am (INCLUDES): Use "evolution-addressbook" as the log domain. * backend/pas/Makefile.am: Build libpas.a, not a shared library. Do not install any header files. (INCLUDES): Remove spurious include paths. * backend/pas/*.[ch]: Fix includes. * backend/ebook/Makefile.am: Do not install the test programs. Fixed some include weirdness. * backend/ebook/*.[ch]: Fix includes. * contact-editor/Makefile.am (INCLUDES): Set the log domain to "contact-editor". (INCLUDES): Fix. * contact-editor/*.[ch]: Fix includes. * gui/minicard/*.[ch]: Fix includes. svn path=/trunk/; revision=2529
36 lines
983 B
Makefile
36 lines
983 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 \
|
|
-I$(top_builddir)/addressbook/backend \
|
|
-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.a \
|
|
$(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
|