Help with autotools

Jonh Wendell wendell_listas at bani.com.br
Fri Sep 1 07:44:28 EDT 2006


Hi all! I need help with autotools stuff..

My directory structure:

project_name
  src
    main.py
    others.py
  data
    ui.glade
    images.png
  po
    translations.po

I'd like to do something like that:

The files in "src" should be installed at: $prefix/lib/project_name
The files in "data" should be installed at: $prefix/share/project_name

At $prefix/bin should be create a slink:
 $prefix/bin/project_name -> $prefix/lib/project_name/main.py

The listen (http://listengnome.free.fr/) does this, but it doesn't use
autotools...

Can anyone help me?
I've tried a lot to make this work, but with no success...

Thanks,
-- 
Jonh Wendell Santana
Analista de Sistemas

http://www.bani.com.br
MSN: jonhwendell at hotmail.com
GTalk/Jabber: jonh.wendell at gmail.com
Linux User #114432




More information about the Python-list mailing list