summaryrefslogtreecommitdiff
path: root/evolution-data-server.pc.in
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-05-10 07:05:00 +0000
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-05-10 07:05:00 +0000
commitb5a3e508987e72ae0e108f583575257f4df06220 (patch)
tree0796b8df81da50d4b2710a5bf5f07a017c2e5a7c /evolution-data-server.pc.in
parenta8a721c2554fd7349430a0c0739ce4047e8f7529 (diff)
downloadevolution-data-server-b5a3e508987e72ae0e108f583575257f4df06220.tar.gz
Remove extra space following -I which is not kind to Tru64 Unix C
2006-05-10 Harish Krishnaswamy <kharish@novell.com> * addressbook/libebook/libebook.pc.in, addressbook/libedata-book/libedata-book.pc.in, calendar/libecal/libecal.pc.in, calendar/libedata-cal/libedata-cal.pc.in, configure.in, evolution-data-server.pc.in, libedataserver/libedataserver.pc.in, servers/groupwise/libegroupwise.pc.in: Remove extra space following -I which is not kind to Tru64 Unix C compilers. Patch suggested by the Written Word. Fixes #271839.
Diffstat (limited to 'evolution-data-server.pc.in')
-rw-r--r--evolution-data-server.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in
index 40b30f943..f02d32d78 100644
--- a/evolution-data-server.pc.in
+++ b/evolution-data-server.pc.in
@@ -10,7 +10,7 @@ privdatadir=@privdatadir@
execversion=@BASE_VERSION@
idldir=@idldir@
-IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@
+IDL_INCLUDES=-I${idldir} @IDL_INCLUDES@
Name: evolution-data-server
Description: The evolution data server for the calendar and addressbook