diff options
Diffstat (limited to 'python/update-binding.sh')
-rwxr-xr-x | python/update-binding.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/update-binding.sh b/python/update-binding.sh index fbc5b4c79..e358a32c5 100755 --- a/python/update-binding.sh +++ b/python/update-binding.sh @@ -4,6 +4,7 @@ # Update the list of headers from Makefile.am cd ../libempathy python /usr/share/pygtk/2.0/codegen/h2def.py \ + -m empathy \ empathy-time.h \ empathy-status-presets.h \ empathy-debug.h \ @@ -35,6 +36,7 @@ python /usr/share/pygtk/2.0/codegen/h2def.py \ # Update the list of headers from Makefile.am cd ../libempathy-gtk python /usr/share/pygtk/2.0/codegen/h2def.py \ + -m empathy \ empathy-images.h \ empathy-account-chooser.h \ empathy-chat.h \ |