summaryrefslogtreecommitdiffstats
path: root/swig/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-02Use AM_CPPFLAGS instead of deprecated INCLUDESGravatar Martin Szulecki1-2/+2
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-16/+16
2009-12-06Updated autofoo stuff; swig is now optional and can be disabled.Gravatar Nikias Bassen1-0/+3
Use --without-swig to prevent building the swig extensions even if swig is installed. [#93 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-11-17Fix spaces that should be tabs.Gravatar Matt Colyer1-1/+1
2009-11-12Simplify 'libiphone.iPhone' module to 'iphone'Gravatar Jonathan Beck1-12/+12
2009-11-11Require libplist++ in order to fix linking of Python bindingsGravatar Martin Szulecki1-1/+1
[#84 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-10-22Update swig header and autotools to compile with latest libplist API.Gravatar Jonathan Beck1-5/+5
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fix distcheck target for swig binding generationGravatar Martin Szulecki1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fix 'make distcheck' for python bindingsGravatar Todd Zullinger1-7/+20
This should also make the python bindings install in the correct location on 64-bit architectures. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-09Add includedir to make swig locate plist.i correctlyGravatar Martin Szulecki1-1/+1
2009-01-13Add parts of a python binding to libiphone that also include libplist (using ↵Gravatar Jonathan Beck1-0/+18
SWIG).