IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2005, 12:15:45 PM (21 years ago)
Author:
drobbin
Message:

Applied patches from bug 528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/psmodule-config.in

    r5034 r5067  
    33prefix=@prefix@
    44exec_prefix=@exec_prefix@
     5libdir=@libdir@
    56includedir=@includedir@
    67
     
    5556
    5657    --cflags)
    57         echo -I@includedir@ @CFLAGS@
     58        echo -I${includedir} @PSMODULE_CFLAGS@
    5859        ;;
    5960
    6061    --libs)
    61         echo -L@libdir@ -lpsmodule @LDFLAGS@
     62        echo -L${libdir} -lpsmodule @PSMODULE_LIBS@
    6263        ;;
    6364
Note: See TracChangeset for help on using the changeset viewer.