IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2009, 5:45:48 PM (17 years ago)
Author:
Paul Price
Message:

Use pmSourceMasks.h to define mask values, rather than specifying them by number. Don't throw out sources masked DEFECT if they are also masked MOMENTS_FAILURE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMops/configure.ac

    r24241 r24307  
    1919
    2020PKG_CHECK_MODULES([PSLIB], [pslib >= 1.0.0])
     21PKG_CHECK_MODULES([PSMODULES], [psmodules >= 1.0.0])
    2122
    2223AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing])
     
    3132IPP_VERSION
    3233
    33 AC_SUBST([PPSUB_CFLAGS])
    34 AC_SUBST([PPSUB_LIBS])
     34AC_SUBST([PPMOPS_CFLAGS])
     35AC_SUBST([PPMOPS_LIBS])
    3536
    3637AC_CONFIG_FILES([
Note: See TracChangeset for help on using the changeset viewer.