package Apache::src;

use 5.006;
use strict;

use Apache::BuildConfig ();

our @ISA = qw(Apache::Build);

sub new { bless Apache::BuildConfig->new, $_[0] }

sub inc { '-I'.$_[0]->apxs(-q => 'INCLUDEDIR') }

1;
