IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2008, 2:41:18 PM (18 years ago)
Author:
jhoblitt
Message:

add pxwarpQueueByCamID()
modify camtool so that it can auto-start warp runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/Makefile.am

    r15783 r16242  
    3131        pxtools.h \
    3232        pxtoolsErrorCodes.h \
    33         pxtree.h
     33        pxtree.h \
     34        pxwarp.h
    3435
    3536noinst_HEADERS = \
     
    5657libpxtools_la_LDFLAGS   = -release $(PACKAGE_VERSION)
    5758libpxtools_la_SOURCES   = \
     59        pxcam.c \
     60        pxchip.c \
     61        pxconfig.c \
     62        pxdata.c \
     63        pxerrors.c \
     64        pxfault.c \
     65        pxio.c \
     66        pxregister.c \
     67        pxtables.c \
     68        pxtag.c \
    5869        pxtoolsErrorCodes.c \
    59         pxerrors.c \
    60         pxconfig.c \
    61         pxfault.c \
    62         pxtables.c \
    63         pxdata.c \
    64         pxio.c \
    65         pxtag.c \
    66         pxregister.c \
    67         pxchip.c \
    6870        pxtree.c \
    69         pxcam.c
     71        pxwarp.c
    7072
    7173# for pxtools.h
Note: See TracChangeset for help on using the changeset viewer.