glib/gio/gdbus-codegen
Ionut Biru 33831bda24 Use detected PYTHON shebang in gdbus-codegen
Change the hardcoded /usr/bin/python shebag from gdbus-codegen.in into
@PYTHON@. Is used in Makefile.am to use detected python binary.

$(AM_V_GEN) sed -e 's,@libdir\@,$(libdir),' -e 's,@PYTHON\@,$(PYTHON),'
$< > $@.tmp && mv $@.tmp $@

Signed-off-by: Ionut Biru <ibiru@archlinux.org>

https://bugzilla.gnome.org/show_bug.cgi?id=657274
2011-08-25 13:35:35 -04:00
..
__init__.py gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00
.gitignore Update .gitignores 2011-05-02 09:54:15 -04:00
codegen_docbook.py gdbus-codegen: Properly render @param and %TRUE in generated Docbook 2011-05-24 00:27:43 -04:00
codegen_main.py gdbus-codegen: Fix build 2011-06-09 11:53:08 -04:00
codegen.py gdbus-codegen: update comment in code to reflect reality 2011-08-23 12:57:14 -04:00
config.py.in gdbus-codegen: Add copyright / license headers 2011-04-15 08:33:30 -04:00
dbustypes.py gdbus-codegen: Rework C property getters 2011-08-23 12:54:27 -04:00
gdbus-codegen.in Use detected PYTHON shebang in gdbus-codegen 2011-08-25 13:35:35 -04:00
Makefile.am gdbus-codegen: Clean config.pyc to make distcheck happy 2011-06-07 14:17:11 -04:00
parser.py gdbus-codegen: Handle unexpected XML tags 2011-05-23 23:23:10 -04:00
utils.py gdbus-codegen: Generate docs when generating C code 2011-04-18 14:23:19 -04:00