From 8c5b4d4f4a0e07525efb9eb04ec99068946cdef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 26 Feb 2019 10:33:02 +0100 Subject: Move load-extension to (vcalendar primitive). --- vcalendar/primitive.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcalendar/primitive.scm (limited to 'vcalendar') 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") -- cgit v1.2.3