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/src/Makefile.am

    r24241 r24307  
    2222FORCE: ;
    2323
    24 ppMops_CPPFLAGS = $(PSLIB_CFLAGS) $(PPMOPS_CFLAGS)
    25 ppMops_LDFLAGS  = $(PSLIB_LIBS)   $(PPMOPS_LIBS)
     24ppMops_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(PPMOPS_CFLAGS)
     25ppMops_LDFLAGS  = $(PSLIB_LIBS) $(PPMOPS_LIBS)
    2626
    2727ppMops_SOURCES =                \
Note: See TracChangeset for help on using the changeset viewer.