diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:00:40 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:00:40 +0100 |
| commit | f40972938df392d245c9b5a910d22243def6f9c5 (patch) | |
| tree | e5f304ec15e3441d9338250368ae688026af5c0f /lib/chaos_calendar/extconf.rb | |
| parent | c9fa047402fdc009319dca7b05455e8ce73eaee7 (diff) | |
ruby wrapper around libical
Diffstat (limited to 'lib/chaos_calendar/extconf.rb')
| -rw-r--r-- | lib/chaos_calendar/extconf.rb | 3 |
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 @@ | |||
| 1 | require 'mkmf' | ||
| 2 | have_library('ical') | ||
| 3 | create_makefile('ical_occurrences') | ||
