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 mkmf.log
*.o *.o
*.so *.so
*.sl
*.bundle *.bundle
*.obj *.obj
*.def *.def
@ -17,3 +18,4 @@ get_mib2.c
kstats.c kstats.c
procfs.c procfs.c
peb.c peb.c
dlpi.c

View File

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