aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/calendar
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-30 10:49:01 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-30 10:49:01 +0800
commit4d20483f6c0f997b142d42ff70d3df00260d07d0 (patch)
tree762ba794e0a29472f5e493910b5e35ac1fe06b9b /a11y/calendar
parentfa17f1b6958bf180b23952975bc35096b4ae425c (diff)
downloadgsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.tar
gsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.tar.gz
gsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.tar.bz2
gsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.tar.lz
gsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.tar.xz
gsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.tar.zst
gsoc2013-evolution-4d20483f6c0f997b142d42ff70d3df00260d07d0.zip
Add $(top_srcdir)/widgets/misc for the e-activity-handler.h stuff
2004-04-29 Rodney Dawes <dobey@ximian.com> * calendar/Makefile.am (INCLUDES): Add $(top_srcdir)/widgets/misc for the e-activity-handler.h stuff svn path=/trunk/; revision=25697
Diffstat (limited to 'a11y/calendar')
-rw-r--r--a11y/calendar/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/a11y/calendar/Makefile.am b/a11y/calendar/Makefile.am
index 31c8969ea7..d57e64ecce 100644
--- a/a11y/calendar/Makefile.am
+++ b/a11y/calendar/Makefile.am
@@ -6,7 +6,7 @@
CALENDAR_IDLS = $(top_srcdir)/calendar/idl/evolution-calendar.idl
SHELL_IDLS = \
$(top_srcdir)/shell/Evolution.idl
-
+
CALENDAR_IDL_GENERATED_H = evolution-calendar.h
CALENDAR_IDL_GENERATED_C = \
evolution-calendar-common.c \
@@ -18,11 +18,11 @@ SHELL_IDL_GENERATED_C = \
Evolution-common.c \
Evolution-skels.c \
Evolution-stubs.c
-
+
$(CALENDAR_IDL_GENERATED_H): $(CALENDAR_IDLS)
$(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
$(top_srcdir)/calendar/idl/evolution-calendar.idl
-
+
$(SHELL_IDL_GENERATED_H): $(SHELL_IDLS)
$(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \
$(top_srcdir)/shell/Evolution.idl
@@ -30,7 +30,7 @@ $(SHELL_IDL_GENERATED_H): $(SHELL_IDLS)
IDL_GENERATED = $(SHELL_IDL_GENERATED_H) $(CALENDAR_IDL_GENERATED_H)
BUILT_SOURCES = $(IDL_GENERATED)
CLEANFILES = $(BUILT_SOURCES) $(CALENDAR_IDL_GENERATED_C) $(SHELL_IDL_GENERATED_C)
-
+
privlib_LTLIBRARIES = libevolution-calendar-a11y.la
INCLUDES = \
@@ -41,6 +41,7 @@ INCLUDES = \
-I$(top_srcdir)/calendar/cal-client \
-I$(top_srcdir)/calendar/gui \
-I$(top_srcdir)/widgets \
+ -I$(top_srcdir)/widgets/misc \
-I$(top_srcdir)/a11y \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \