IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3120


Ignore:
Timestamp:
Feb 2, 2005, 4:31:19 PM (21 years ago)
Author:
desonia
Message:

moved the directory up, out of the pslib source directory.

Location:
trunk/psLib
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r3115 r3120  
    33AUTOMAKE_OPTIONS = foreign 1.4
    44
    5 SUBDIRS = src test
     5SUBDIRS = src test swig
    66
    77bin_SCRIPTS = pslib-config
  • trunk/psLib/configure.in

    r3115 r3120  
    124124AC_CONFIG_FILES([ src/image/Makefile ])
    125125AC_CONFIG_FILES([ src/sysUtils/Makefile ])
    126 AC_CONFIG_FILES([ src/swig/Makefile ])
     126AC_CONFIG_FILES([ swig/Makefile ])
    127127AC_CONFIG_FILES([ test/Makefile ])
    128128AC_CONFIG_FILES([ test/astronomy/Makefile ])
  • trunk/psLib/src/Makefile.am

    r3115 r3120  
    33AUTOMAKE_OPTIONS = foreign 1.4
    44
    5 SUBDIRS = astronomy collections dataManip fileUtils image sysUtils swig
     5SUBDIRS = astronomy collections dataManip fileUtils image sysUtils
    66
    77INCLUDES = \
Note: See TracChangeset for help on using the changeset viewer.