components/ruby/puppet/ext/extconf.rb
changeset 5438 c068f8c677e8
parent 5437 449f3459d285
child 5439 a006e5bb8577
--- a/components/ruby/puppet/ext/extconf.rb	Wed Feb 10 16:31:24 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-require 'mkmf'
-$CPPFLAGS = "-I/usr/include -I/usr/include/bsm"
-$LDFLAGS  = "-L/usr/lib"
-$LOCAL_LIBS = "-lbsm"
-create_makefile("PuppetAudit")