IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2006, 12:58:09 PM (20 years ago)
Author:
jhoblitt
Message:

cleanup pkgconfig & -config helper script -- sync with psmodules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/pslib-config.in

    r5025 r8988  
    33prefix=@prefix@
    44exec_prefix=@exec_prefix@
    5 includedir=@includedir@
     5libdir=@libdir@
     6includedir=@includedir@/@PACKAGE_NAME@
    67top_srcdir=@ABS_SRCDIR@
    78@PERL_INSTALLSYTLE@
     
    6061
    6162    --cflags)
    62         echo -I@includedir@ @PSLIB_CFLAGS@
     63        echo -I${includedir} @PSLIB_CFLAGS@
    6364        ;;
    6465
    6566    --libs)
    66         echo -L@libdir@ -lpslib @PSLIB_LIBS@
     67        echo -L${libdir} -lpslib @PSLIB_LIBS@
    6768        ;;
    6869
Note: See TracChangeset for help on using the changeset viewer.