Files
evolution/executive-summary/idl/Makefile.am
Dan Winship faed5f42e4 AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (It
uses either $(prefix)/share/locale or $(prefix)/lib/locale.) Cope with
this.

svn path=/trunk/; revision=6141
2000-10-24 03:09:37 +00:00

32 lines
762 B
Makefile

INCLUDES = \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/e-text \
-I$(top_srcdir) \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
$(GNOME_VFS_CFLAGS) \
$(UNICODE_CFLAGS) \
$(GTKHTML_CFLAGS) \
-DEVOLUTION_VERSION=\""$(VERSION)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"evolution-executive-summary\"
EXTRA_DIST = $(IDLS)
CLEANFILES = $(IDL_GENERATED)
IDLS = \
Executive-Summary.idl \
Summary.idl \
SummaryComponent.idl
IDL_GENERATED = \
Executive-Summary.h \
Executive-Summary-common.c \
Executive-Summary-skels.c \
Executive-Summary-stubs.c