File: extconf.rb

package info (click to toggle)
libhangul 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,468 kB
  • sloc: ansic: 8,619; python: 631; xml: 402; makefile: 211; ruby: 26; sh: 14
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'mkmf'

dir_config('hangul')
find_header('hangul.h', '../../hangul')
have_library('expat')
find_library('hangul', 'hangul_ic_new', '../../hangul/.libs')
create_makefile('hangul')

# vim: set sts=2 sw=2 et: