Changeset 212a748
- Timestamp:
- 10/25/06 18:07:03 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5551415
- Parents:
- ccf95ca
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r67e156c r212a748 55 55 56 56 AC_ARG_ENABLE(swig, 57 [ --disable-swig don't generate pythonbindings],58 lt_use_ python=true,lt_use_python=false)59 60 if test "x$lt_use_ python" = "xtrue"57 [ --disable-swig don't generate swig bindings], 58 lt_use_swig=true,lt_use_swig=false) 59 60 if test "x$lt_use_swig" = "xtrue" 61 61 then 62 62 AM_PATH_PYTHON(2.3) -
swig/Makefile.am
r71abb56 r212a748 1 SWIG=/usr/bin/swig1 #SWIG=/usr/bin/swig 2 2 EXTRA_DIST = libtrace.i 3 3 4 lib_LTLIBRARIES = libtrace.la5 libtrace_la_SOURCES = libtrace_wrap.c6 INCLUDES = -I/usr/local/python2.34 #lib_LTLIBRARIES = libtrace.la 5 #libtrace_la_SOURCES = libtrace_wrap.c 6 #INCLUDES = -I/usr/local/python2.3 7 7 8 8 libtrace_wrap.c: libtrace.i
Note: See TracChangeset
for help on using the changeset viewer.