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