|
Lines 21-27
Link Here
|
| 21 |
# self.run_command('make_clean') |
21 |
# self.run_command('make_clean') |
| 22 |
|
22 |
|
| 23 |
class pcap_build_ext(build_ext): |
23 |
class pcap_build_ext(build_ext): |
| 24 |
def swig_sources(self, sources): |
24 |
def swig_sources(self, sources, extension=None): |
| 25 |
|
25 |
|
| 26 |
"""Walk the list of source files in 'sources', looking for SWIG |
26 |
"""Walk the list of source files in 'sources', looking for SWIG |
| 27 |
interface (.i) files. Run SWIG on all that are found, and |
27 |
interface (.i) files. Run SWIG on all that are found, and |