aboutsummaryrefslogtreecommitdiffstats
path: root/libical/src/test/stow.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-10-10 05:02:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-10-10 05:02:30 +0800
commit9f20d8032c2544a78de0f1f0a3f6de7d14e84256 (patch)
tree9a95e76ff99d279133fac5aba4e8b920c1532b77 /libical/src/test/stow.c
parent18407a6beb9cce3a4e79eefd39acd83795501dfa (diff)
downloadgsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.tar
gsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.tar.gz
gsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.tar.bz2
gsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.tar.lz
gsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.tar.xz
gsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.tar.zst
gsoc2013-evolution-9f20d8032c2544a78de0f1f0a3f6de7d14e84256.zip
Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it caused
2003-10-09 Jeffrey Stedfast <fejj@ximian.com> * src/libical/Makefile.am: Fixed INCLUDES and don't autogenerate ical.h, no need to. Plus it caused problems anyways. * src/libical/*.[c,h]: Fixed the #includes * src/libicalss/Makefile.am: Fixed INCLUDES and don't autogenerate icalss.h, no need to. Plus it caused problems anyways. * src/libicalss/*.[c,h]: Fixed the #includes * tests/*.c: #include <libical/ical.h> rather than "ical.h" * tests/Makefile.am: Fixed INCLUDES * examples/*.c: #include <libical/ical.h> rather than "ical.h" * examples/Makefile.am: Fixed INCLUDES * src/libicalvcal/icalvcal.h: #include <libical/ical.h> which is no longer autogenerated. * src/libicalvcal/icalvcal.c (icalvcal_convert_with_defaults): Use the proper macro names from config.h svn path=/trunk/; revision=22844
Diffstat (limited to 'libical/src/test/stow.c')
-rw-r--r--libical/src/test/stow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libical/src/test/stow.c b/libical/src/test/stow.c
index 01abea4f75..52307420bb 100644
--- a/libical/src/test/stow.c
+++ b/libical/src/test/stow.c
@@ -38,8 +38,8 @@
#include <sys/types.h> /* For getpwent */
#include <ctype.h> /* for tolower */
-#include "ical.h"
-#include "icalss.h"
+#include <libical/ical.h>
+#include <libicalss/icalss.h>
char* program_name;
#define TMPSIZE 2048
@@ -309,7 +309,7 @@ icalcomponent* make_reply(icalcomponent *comp, icalproperty *return_status,
snprintf(attendee,TMPSIZE,"mailto:%s",local_attendee);
- snprintf(prodid,TMPSIZE,"-//Softwarestudio.org//%s version %s//EN",ICAL_PACKAGE,ICAL_VERSION);
+ snprintf(prodid,TMPSIZE,"-//Softwarestudio.org//%s version %s//EN",PACKAGE,VERSION);
/* Create the base component */
reply = icalcomponent_vanew(