IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29528 for trunk/ippTools


Ignore:
Timestamp:
Oct 22, 2010, 4:25:03 PM (16 years ago)
Author:
heather
Message:

minidvodbcopy merge to trunk

Location:
trunk/ippTools
Files:
3 edited
9 copied

Legend:

Unmodified
Added
Removed
  • trunk/ippTools

  • trunk/ippTools/share/Makefile.am

    r29415 r29528  
    264264        magicdstool_torevert_warp.sql \
    265265        magicdstool_torevert_diff.sql \
     266        minidvodbtool_find_minidvodb_id_dvo.sql \
     267        minidvodbtool_find_minidvodbcopy.sql \
     268        minidvodbtool_revertminidvodbcopy.sql \
    266269        pstamptool_completedreq.sql \
    267270        pstamptool_datastore.sql \
  • trunk/ippTools/src/Makefile.am

    r28486 r29528  
    2727        receivetool \
    2828        pubtool \
    29         diffphottool
     29        diffphottool \
     30        minidvodbtool
    3031
    3132pkginclude_HEADERS = \
     
    3940        pxdqstats.h
    4041        pxmagic.h \
     42        pxminidvodb.h \
    4143        pxregister.h \
    4244        pxspace.h \
     
    7375        warptool.h \
    7476        pubtool.h \
    75         diffphottool.h
     77        diffphottool.h \
     78        minidvodbtool.h
    7679
    7780lib_LTLIBRARIES = libpxtools.la
     
    9093        pxdqstats.c \
    9194        pxmagic.c \
     95        pxminidvodb.c \
    9296        pxregister.c \
    9397        pxspace.c \
     
    280284    diffphottoolConfig.c
    281285
     286minidvodbtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     287minidvodbtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     288minidvodbtool_SOURCES = \
     289    minidvodbtool.c \
     290    minidvodbtoolConfig.c
     291
    282292clean-local:
    283293        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.