aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 09:57:36 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 09:57:36 +0800
commit9c3afb6102b7c4d7ac502cace38104a8d5b10737 (patch)
tree37e3817f44cc21e7af57112b35e27442df948992 /calendar/pcs
parenta8635a2fd6689f9040bbe46f2599a90eaf612955 (diff)
downloadgsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar
gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar.gz
gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar.bz2
gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar.lz
gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar.xz
gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar.zst
gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.zip
Remove cruft. (pcsincludedir): Define in terms of privincludedir
* pcs/Makefile.am (INCLUDES): Remove cruft. (pcsincludedir): Define in terms of privincludedir * pcs/cal-backend-file.c (cal_backend_file_finalize): Remove unused variable svn path=/trunk/; revision=19789
Diffstat (limited to 'calendar/pcs')
-rw-r--r--calendar/pcs/Makefile.am3
-rw-r--r--calendar/pcs/cal-backend-file.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am
index ebb1e7c81c..a892fcb71f 100644
--- a/calendar/pcs/Makefile.am
+++ b/calendar/pcs/Makefile.am
@@ -7,7 +7,6 @@ INCLUDES = \
-I$(top_builddir)/libical/src/libical \
-I$(top_srcdir)/libwombat \
-I$(top_builddir)/libwombat \
- -DGNOMELOCALEDIR=\""$(localedir)"\" \
$(EVOLUTION_CALENDAR_CFLAGS)
CORBA_GENERATED_H = \
@@ -28,7 +27,7 @@ idl_flags = -I $(srcdir) $(IDL_INCLUDES)
$(CORBA_GENERATED): $(idls)
$(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl
-pcsincludedir = $(includedir)/evolution-$(BASE_VERSION)/pcs
+pcsincludedir = $(privincludedir)/pcs
privlib_LIBRARIES = libpcs.a
noinst_LIBRARIES = libpcsfile.a
diff --git a/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c
index dc253c0001..242904fb48 100644
--- a/calendar/pcs/cal-backend-file.c
+++ b/calendar/pcs/cal-backend-file.c
@@ -352,7 +352,6 @@ cal_backend_file_finalize (GObject *object)
{
CalBackendFile *cbfile;
CalBackendFilePrivate *priv;
- GList *clients;
g_return_if_fail (object != NULL);
g_return_if_fail (IS_CAL_BACKEND_FILE (object));