IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2005, 11:00:20 AM (21 years ago)
Author:
eugene
Message:

fixed version command - part of package, not cmd libs

Location:
trunk/Ohana/src/opihi/pantasks
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/Makefile

    r4747 r4748  
    5757$(SDIR)/task_trange.$(ARCH).o \
    5858$(SDIR)/task_periods.$(ARCH).o \
    59 $(SDIR)/task_command.$(ARCH).o
     59$(SDIR)/task_command.$(ARCH).o \
     60$(SDIR)/version.$(ARCH).o
    6061
    6162libs = \
  • trunk/Ohana/src/opihi/pantasks/init.c

    r4714 r4748  
    1616int delete_job      PROTO((int, char **));
    1717int verbose         PROTO((int, char **));
     18int version         PROTO((int, char **));
    1819
    1920static Command cmds[] = { 
     
    3334  {"kill",       kill_job,     "kill job"},
    3435  {"delete",     delete_job,   "delete job"},
     36  {"version",     version,      "show version information"},
    3537  {"verbose",    verbose,      "set/toggle verbose mode"},
    3638};
Note: See TracChangeset for help on using the changeset viewer.