Changeset 0075527 for configure


Ignore:
Timestamp:
2013-03-17T13:38:14Z (12 years ago)
Author:
Nick Murdoch <nick@…>
Children:
0147ca9
Parents:
9b2a8c1
Message:

Add existing git project files, and modify bitlbee's build script to build the plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r9b2a8c1 r0075527  
    3737otr=0
    3838skype=0
     39python=0
    3940
    4041events=glib
     
    8990--skype=0/1/plugin
    9091                Disable/enable Skype support            $skype
     92--python=0/1/plugin
     93                Disable/enable Python support           $skype
    9194
    9295--events=...    Event handler (glib, libevent)          $events
     
    554557        fi
    555558        echo 'SKYPE_PI=skype.so' >> Makefile.settings
    556         protocols_mods="$protocol_mods skype(plugin)"
     559        protocols_mods="$protocols_mods skype(plugin)"
     560fi
     561
     562if [ "$python" = "1" -o "$python" = "plugin" ]; then
     563        echo "PYTHONCFLAGS=-fPIC -shared $(python-config --cflags)" >> Makefile.settings
     564        echo "PYTHONLDFLAGS=$(python-config --ldflags)" >> Makefile.settings
     565        echo 'PYTHON_PI=bpython.so' >> Makefile.settings
     566        protocols_mods="$protocols_mods python(plugin)"
    557567fi
    558568
Note: See TracChangeset for help on using the changeset viewer.