diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-06 09:57:36 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-06 09:57:36 +0800 |
commit | 9c3afb6102b7c4d7ac502cace38104a8d5b10737 (patch) | |
tree | 37e3817f44cc21e7af57112b35e27442df948992 /calendar/pcs/Makefile.am | |
parent | a8635a2fd6689f9040bbe46f2599a90eaf612955 (diff) | |
download | gsoc2013-evolution-9c3afb6102b7c4d7ac502cace38104a8d5b10737.tar.gz 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/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 3 |
1 files changed, 1 insertions, 2 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 |