aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:11:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:17:52 +0100
commitd46183860c1f3f10095e95023adcb79b1896ab0e (patch)
treedd331a0efe9777bfe84160139da1e39df3226b71 /module/vcalendar
parentAdd stuff to test.scm. (diff)
downloadcalp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.gz
calp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.xz
Move C and Scheme code into subdirs.
Diffstat (limited to '')
-rw-r--r--module/vcalendar.scm (renamed from vcalendar.scm)0
-rw-r--r--module/vcalendar/control.scm (renamed from vcalendar/control.scm)0
-rw-r--r--module/vcalendar/datetime.scm (renamed from vcalendar/datetime.scm)0
-rw-r--r--module/vcalendar/output.scm (renamed from vcalendar/output.scm)0
-rw-r--r--module/vcalendar/primitive.scm (renamed from vcalendar/primitive.scm)4
-rw-r--r--module/vcalendar/recur.scm (renamed from vcalendar/recur.scm)0
-rw-r--r--module/vcalendar/recurrence/generate.scm (renamed from vcalendar/recurrence/generate.scm)0
-rw-r--r--module/vcalendar/recurrence/internal.scm (renamed from vcalendar/recurrence/internal.scm)0
-rw-r--r--module/vcalendar/recurrence/parse.scm (renamed from vcalendar/recurrence/parse.scm)0
9 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar.scm b/module/vcalendar.scm
index 3f7ba6ba..3f7ba6ba 100644
--- a/vcalendar.scm
+++ b/module/vcalendar.scm
diff --git a/vcalendar/control.scm b/module/vcalendar/control.scm
index a38d678f..a38d678f 100644
--- a/vcalendar/control.scm
+++ b/module/vcalendar/control.scm
diff --git a/vcalendar/datetime.scm b/module/vcalendar/datetime.scm
index 360b8348..360b8348 100644
--- a/vcalendar/datetime.scm
+++ b/module/vcalendar/datetime.scm
diff --git a/vcalendar/output.scm b/module/vcalendar/output.scm
index e4635beb..e4635beb 100644
--- a/vcalendar/output.scm
+++ b/module/vcalendar/output.scm
diff --git a/vcalendar/primitive.scm b/module/vcalendar/primitive.scm
index fdce550c..b5eb9388 100644
--- a/vcalendar/primitive.scm
+++ b/module/vcalendar/primitive.scm
@@ -17,5 +17,7 @@
%vcomponent-shallow-copy))
-(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
+(setenv "LD_LIBRARY_PATH"
+ (string-append (dirname (dirname (dirname (current-filename))))
+ "/lib"))
(load-extension "libguile-calendar" "init_lib")
diff --git a/vcalendar/recur.scm b/module/vcalendar/recur.scm
index 3657cae6..3657cae6 100644
--- a/vcalendar/recur.scm
+++ b/module/vcalendar/recur.scm
diff --git a/vcalendar/recurrence/generate.scm b/module/vcalendar/recurrence/generate.scm
index fae404ec..fae404ec 100644
--- a/vcalendar/recurrence/generate.scm
+++ b/module/vcalendar/recurrence/generate.scm
diff --git a/vcalendar/recurrence/internal.scm b/module/vcalendar/recurrence/internal.scm
index b62d75c2..b62d75c2 100644
--- a/vcalendar/recurrence/internal.scm
+++ b/module/vcalendar/recurrence/internal.scm
diff --git a/vcalendar/recurrence/parse.scm b/module/vcalendar/recurrence/parse.scm
index abead3a9..abead3a9 100644
--- a/vcalendar/recurrence/parse.scm
+++ b/module/vcalendar/recurrence/parse.scm