IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2014, 6:10:10 PM (12 years ago)
Author:
watersc1
Message:

remote tool that compiles

File:
1 edited

Legend:

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

    r36441 r36511  
    3434        sctool \
    3535        releasetool \
    36         fftool
     36        fftool \
     37        remotetool
    3738
    3839pkginclude_HEADERS = \
     
    8990        sctool.h \
    9091        releasetool.h \
    91         fftool.h
     92        fftool.h \
     93        remotetool.h
    9294
    9395lib_LTLIBRARIES = libpxtools.la
     
    340342    fftoolConfig.c
    341343
     344remotetool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     345remotetool_LDADD  = $(PSLIB_LIBS)   $(PSMODULES_LIBS)   $(IPPDB_LIBS)   libpxtools.la
     346remotetool_SOURCES = \
     347    remotetool.c \
     348    remotetoolConfig.c
     349
    342350clean-local:
    343351        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.