diff options
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 |