aboutsummaryrefslogtreecommitdiff
path: root/vcalendar
diff options
context:
space:
mode:
Diffstat (limited to 'vcalendar')
-rw-r--r--vcalendar/primitive.scm16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcalendar/primitive.scm b/vcalendar/primitive.scm
new file mode 100644
index 00000000..aa182040
--- /dev/null
+++ b/vcalendar/primitive.scm
@@ -0,0 +1,16 @@
+;;; Primitive export of symbols linked from C binary.
+
+(define-module (vcalendar primitive)
+ #:export (%vcomponent-children
+ %vcomponent-push-child!
+
+ %vcomponent-parent
+
+ %vcomponent-make
+ %vcomponent-type
+
+ %vcomponent-set-attribute!
+ %vcomponent-get-attribute))
+
+(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
+(load-extension "libguile-calendar" "init_lib")