Changeset ac15159 for fedd/Makefile


Ignore:
Timestamp:
Dec 6, 2010 9:27:45 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
0a49bd7
Parents:
a7c0bcb
Message:

Deal with ZSI 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/Makefile

    ra7c0bcb rac15159  
    1515
    1616${GENERATED_MODS}:      ${WSDL_FILES}
    17         wsdl2py --file ../wsdl/fedd.wsdl --complexType --output-dir=${MODULE_DIR}
    18         wsdl2py --file ../wsdl/fedd_internal.wsdl --complexType \
    19                 --types=fedd_services_types --output-dir=${MODULE_DIR}
     17        wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd.wsdl
     18        wsdl2py --complexType --output-dir=${MODULE_DIR} ../wsdl/fedd_internal.wsdl
    2019
    2120clean:
Note: See TracChangeset for help on using the changeset viewer.