IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2010, 11:50:11 AM (16 years ago)
Author:
heather
Message:

first set of changes

Location:
branches/haf_branches/ipp.rsync.20101015/ippTools/src
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/ipp.rsync.20101015/ippTools/src/Makefile.am

    r28486 r29435  
    2727        receivetool \
    2828        pubtool \
    29         diffphottool
     29        diffphottool \
     30        minidvodbtool
    3031
    3132pkginclude_HEADERS = \
     
    7374        warptool.h \
    7475        pubtool.h \
    75         diffphottool.h
     76        diffphottool.h \
     77        minidvodbtool.h
    7678
    7779lib_LTLIBRARIES = libpxtools.la
     
    280282    diffphottoolConfig.c
    281283
     284minidvodbtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     285minidvodbtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     286minidvodbtool_SOURCES = \
     287    minidvodbtool.c \
     288    minidvodbtoolConfig.c
     289
    282290clean-local:
    283291        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.