IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2010, 1:38:50 PM (16 years ago)
Author:
eugene
Message:

updates to staticskytool (now mostly working)

File:
1 edited

Legend:

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

    r28075 r28091  
    2222        regtool \
    2323        stacktool \
     24        staticskytool \
    2425        warptool \
    2526        receivetool \
     
    6667        regtool.h \
    6768        stacktool.h \
     69        staticskytool.h \
    6870        warptool.h \
    6971        pubtool.h
     
    197199    stacktoolConfig.c
    198200
     201staticskytool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
     202staticskytool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
     203staticskytool_SOURCES = \
     204    staticskytool.c \
     205    staticskytoolConfig.c
     206
    199207pxadmin_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
    200208pxadmin_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
Note: See TracChangeset for help on using the changeset viewer.