Changeset 16304
- Timestamp:
- Feb 4, 2008, 6:58:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/Makefile.am
r16299 r16304 17 17 summit.copy.pro 18 18 19 detrend_files = \ 19 other_files = \ 20 chiphosts.config \ 20 21 simtest.det \ 21 22 isp.det … … 23 24 pantasksdir = $(datadir)/pantasks 24 25 ipptasksdir = $(pantasksdir)/modules 25 ipptasks_DATA = $(task_files) $( detrend_files)26 ipptasks_DATA = $(task_files) $(other_files) 26 27 27 28 install-data-hook: 28 29 chmod 0755 $(panstasks) $(ipptasksdir) 29 30 30 EXTRA_DIST = $(task_files) $( detrend_files)31 EXTRA_DIST = $(task_files) $(other_files) 31 32 32 33 ACLOCAL_AMFLAGS = -I m4
Note:
See TracChangeset
for help on using the changeset viewer.
