Changeset 516 for trunk


Ignore:
Timestamp:
Aug 24, 2006, 6:28:20 PM (18 years ago)
Author:
dkearney
Message:

removed core directory in search path for rappture.h

File:
1 edited

Legend:

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

    r497 r516  
    3131        "/opt/rappture/include", "/usr/local/include", "/opt/include",
    3232        "../include" );
    33     $RAPPTURE_INC = "core/rappture.h";
     33    $RAPPTURE_INC = "rappture.h";
    3434    @SCEW_LIB_SEARCHPATH = ( "@prefix@/lib",
    3535        "/apps/rappture/lib", "/opt/rappture/lib",
     
    6969    @RAPPTURE_INC_SEARCHPATH = ( "C:\\Program Files\\Rappture\\include",
    7070        "C:\\opt\\rappture\\include", "C:\\opt\\include", "..\\include" );
    71     $RAPPTURE_INC = "core\\rappture.h";
     71    $RAPPTURE_INC = "rappture.h";
    7272    @SCEW_LIB_SEARCHPATH = ( "C:\\Program Files\\Rappture\\lib",
    7373        "C:\\opt\\rappture\\lib", "C:\\opt\\lib",
Note: See TracChangeset for help on using the changeset viewer.