add aix libs

This commit is contained in:
Doug MacEachern 2009-02-15 16:08:15 -08:00
parent 7cfb3b0570
commit 7a648166f1
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ when /hpux/
os = 'hpux'
when /aix/
os = 'aix'
have_library("odm")
have_library("cfg")
have_library("perfstat")
else
os = RUBY_PLATFORM
end