IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2011, 3:10:39 PM (15 years ago)
Author:
heather
Message:

bah

Location:
branches/haf_branches/ppimage2011
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/haf_branches/ppimage2011/ippTools/src/Makefile.am

    r29528 r31281  
    2828        pubtool \
    2929        diffphottool \
    30         minidvodbtool
     30        minidvodbtool \
     31        videophottool
    3132
    3233pkginclude_HEADERS = \
     
    7677        pubtool.h \
    7778        diffphottool.h \
    78         minidvodbtool.h
     79        minidvodbtool.h \
     80        videophottool.h
    7981
    8082lib_LTLIBRARIES = libpxtools.la
     
    290292    minidvodbtoolConfig.c
    291293
     294videophottool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     295videophottool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     296videophottool_SOURCES = \
     297    videophottool.c \
     298    videophottoolConfig.c
     299
    292300clean-local:
    293301        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.