Changeset 1083 for trunk


Ignore:
Timestamp:
Aug 1, 2008 3:09:53 PM (16 years ago)
Author:
gah
Message:

fix for perl language build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/perl/Makefile.PL.in

    r1081 r1083  
    2121                     );
    2222    }
    23     @RAPPTURE_INC_SEARCHPATH = ( "../../src/core", "@prefix@/include",
     23    @RAPPTURE_INC_SEARCHPATH = ( "@srcdir@/../../src/core", "@prefix@/include",
    2424        "../include", "/usr/local/include", "/opt/include");
    2525    $RAPPTURE_INC = "rappture.h";
     
    2929        "/opt/expat-2.0.0/lib", "/opt/expat/lib" );
    3030    $EXPAT_INC="expat.h";
    31     @RAPPTURE_LIB_SEARCHPATH = ( "../../src/core", "@prefix@/lib",
     31    @RAPPTURE_LIB_SEARCHPATH = ( "../../../src/core", "@prefix@/lib",
    3232        "@libdir@",
    3333        "../src", "/usr/local/lib", "/opt/lib" );
     
    8383        }
    8484    }
    85 
    8685    return 0;
    8786}
Note: See TracChangeset for help on using the changeset viewer.