Changeset 142 for trunk/configure.in


Ignore:
Timestamp:
04/15/09 14:44:16 (15 years ago)
Author:
bas
Message:

Addded:

  • src/AdvancedParser.py
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r138 r142  
    66#
    77#
    8 AC_INIT(pxeconfig.in)
     8AC_INIT(src/pxeconfig.in)
    99AC_SUBST(prefix)
    1010AC_SUBST(exec_prefix)
     
    5959AC_OUTPUT(
    6060        Makefile
    61         pxeconfig.py
    62         pxeconfigd
    63         hexls
     61        src/pxeconfig.py
     62        src/pxeconfig
     63        src/pxeconfigd
     64        src/hexls
    6465        examples/pxeconfigd.xinetd
    6566        )
Note: See TracChangeset for help on using the changeset viewer.