Re: Help with autotools
Jonh Wendell wrote: > 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 som
Help with autotools
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