IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33031


Ignore:
Timestamp:
Dec 27, 2011, 3:36:21 PM (14 years ago)
Author:
heather
Message:

svn merge didn't want to compile mergetool

File:
1 edited

Legend:

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

    r32511 r33031  
    2929        diffphottool \
    3030        minidvodbtool \
     31        mergetool \
    3132        laptool \
    3233        vptool
     
    4344        pxmagic.h \
    4445        pxminidvodb.h \
     46        pxmerge.h \
    4547        pxregister.h \
    4648        pxspace.h \
     
    7981        diffphottool.h \
    8082        minidvodbtool.h \
     83        mergetool.h \
    8184        laptool.h \
    8285        vptool.h
     
    98101        pxmagic.c \
    99102        pxminidvodb.c \
     103        pxmerge.c \
    100104        pxregister.c \
    101105        pxspace.c \
     
    294298    minidvodbtoolConfig.c
    295299
     300mergetool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     301mergetool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     302mergetool_SOURCES = \
     303    mergetool.c \
     304    mergetoolConfig.c
     305
    296306laptool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
    297307laptool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
Note: See TracChangeset for help on using the changeset viewer.