components/ruby/puppet/ext/extconf.rb
branchs11-update
changeset 3458 4912663e9858
parent 2771 8e4227dc2fc4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/puppet/ext/extconf.rb	Fri Nov 07 17:33:48 2014 -0800
@@ -0,0 +1,5 @@
+require 'mkmf'
+$CPPFLAGS = "-I/usr/include -I/usr/include/bsm"
+$LDFLAGS  = "-L/usr/lib"
+$LOCAL_LIBS = "-lbsm"
+create_makefile("PuppetAudit")