Changeset 1957 in Sophya for trunk/ArchTOIPipe/configure.in


Ignore:
Timestamp:
Mar 28, 2002, 3:39:02 PM (24 years ago)
Author:
aubourg
Message:

changements pour nouvelle structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure.in

    r1944 r1957  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT(kernel/toi.cc)
     2AC_INIT(Kernel/toi.cc)
    33AC_CONFIG_HEADER(conf.h)
    44
     
    123123AC_CHECK_HEADERS(values.h stdint.h)
    124124
    125 outfiles="Makefile kernel/Makefile processors/Makefile pipes/Makefile Makefile.h"
     125outfiles="Makefile Kernel/Makefile Processors/Makefile TestPipes/Makefile Makefile.h"
    126126if [[ $use_sophya = 1 ]]; then
    127   outfiles="$outfiles sophya/Makefile"
     127  outfiles="$outfiles ProcWSophya/Makefile"
    128128fi
    129129
Note: See TracChangeset for help on using the changeset viewer.