IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2008, 6:58:33 PM (18 years ago)
Author:
eugene
Message:

changed detrend_files to other_files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/Makefile.am

    r16299 r16304  
    1717        summit.copy.pro
    1818
    19 detrend_files = \
     19other_files = \
     20        chiphosts.config \
    2021        simtest.det \
    2122        isp.det
     
    2324pantasksdir = $(datadir)/pantasks
    2425ipptasksdir = $(pantasksdir)/modules
    25 ipptasks_DATA = $(task_files) $(detrend_files)
     26ipptasks_DATA = $(task_files) $(other_files)
    2627
    2728install-data-hook:
    2829        chmod 0755 $(panstasks) $(ipptasksdir)
    2930
    30 EXTRA_DIST = $(task_files) $(detrend_files)
     31EXTRA_DIST = $(task_files) $(other_files)
    3132
    3233ACLOCAL_AMFLAGS = -I m4
Note: See TracChangeset for help on using the changeset viewer.