IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 4:16:06 PM (18 years ago)
Author:
Paul Price
Message:

Adding functions to dump configuration to an MDC file on disk, so we can record what parameters we used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/Makefile.am

    r13591 r18905  
    44libpsmodulesconfig_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    55libpsmodulesconfig_la_SOURCES  = \
    6     pmConfig.c \
    7     pmConfigRecipes.c \
    8     pmConfigCamera.c \
    9     pmConfigCommand.c \
    10     pmConfigMask.c \
    11     pmVersion.c \
    12     pmErrorCodes.c
     6        pmConfig.c \
     7        pmConfigRecipes.c \
     8        pmConfigCamera.c \
     9        pmConfigCommand.c \
     10        pmConfigMask.c \
     11        pmConfigDump.c \
     12        pmVersion.c \
     13        pmErrorCodes.c
    1314
    1415pkginclude_HEADERS = \
    15     pmConfig.h \
    16     pmConfigRecipes.h \
    17     pmConfigCamera.h \
    18     pmConfigCommand.h \
    19     pmConfigMask.h \
    20     pmVersion.h \
    21     pmErrorCodes.h
     16        pmConfig.h \
     17        pmConfigRecipes.h \
     18        pmConfigCamera.h \
     19        pmConfigCommand.h \
     20        pmConfigMask.h \
     21        pmConfigDump.h \
     22        pmVersion.h \
     23        pmErrorCodes.h
    2224
    2325# Error codes.
Note: See TracChangeset for help on using the changeset viewer.