hpux extconf

This commit is contained in:
Doug MacEachern 2009-02-15 19:55:57 -08:00
parent 68525d650c
commit 9c759f0185
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@ rbsigar_generated.rx
mkmf.log
*.o
*.so
*.sl
*.bundle
*.obj
*.def
@ -17,3 +18,4 @@ get_mib2.c
kstats.c
procfs.c
peb.c
dlpi.c

View File

@ -45,6 +45,8 @@ when /solaris|sun/
have_library("kstat")
when /hpux/
os = 'hpux'
#XXX have_libary no workie on hpux?
$LDFLAGS += ' -lnsl -lnm'
when /aix/
os = 'aix'
have_library("odm")