IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10287


Ignore:
Timestamp:
Nov 29, 2006, 11:34:30 AM (19 years ago)
Author:
Paul Price
Message:

Adding functions to return the version name and compilation information.

Location:
trunk/psModules/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/Makefile.am

    r8990 r10287  
    44libpsmodulesconfig_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    55libpsmodulesconfig_la_SOURCES  = \
    6     pmConfig.c
     6    pmConfig.c \
     7    pmConfigure.c
    78
    89pkginclude_HEADERS = \
    9     pmConfig.h
     10    pmConfig.h \
     11    pmConfigure.h
    1012
    1113CLEANFILES = *~
  • trunk/psModules/src/psmodules.h

    r9636 r10287  
    66// the following headers are from psModule:config
    77#include <pmConfig.h>
     8#include <pmConfigure.h>
    89
    910// the following headers are from psModule:concepts
Note: See TracChangeset for help on using the changeset viewer.