summaryrefslogtreecommitdiff
path: root/lib/chaos_calendar/extconf.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.local>2009-03-15 04:00:40 +0100
committererdgeist <erdgeist@bauklotz.local>2009-03-15 04:00:40 +0100
commitf40972938df392d245c9b5a910d22243def6f9c5 (patch)
treee5f304ec15e3441d9338250368ae688026af5c0f /lib/chaos_calendar/extconf.rb
parentc9fa047402fdc009319dca7b05455e8ce73eaee7 (diff)
ruby wrapper around libical
Diffstat (limited to 'lib/chaos_calendar/extconf.rb')
-rw-r--r--lib/chaos_calendar/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chaos_calendar/extconf.rb b/lib/chaos_calendar/extconf.rb
new file mode 100644
index 00000000..2eef938a
--- /dev/null
+++ b/lib/chaos_calendar/extconf.rb
@@ -0,0 +1,3 @@
1require 'mkmf'
2have_library('ical')
3create_makefile('ical_occurrences')