mittinatten / freesasa

C-library for calculating Solvent Accessible Surface Areas
http://freesasa.github.io/
MIT License
105 stars 37 forks source link

Added rules to distribute share/ directory on 'make install' #10

Closed JoaoRodrigues closed 8 years ago

JoaoRodrigues commented 8 years ago

Running 'make install' from either the git source or the distribution does not copy the data files in share/ and makes it harder to link to these when running the code. I hacked my way through the other Makefile.am files to make these changes, so it would be nicer if another (more experienced) pair of eyes could go over them!

mittinatten commented 8 years ago

I think this makes sense, but maybe the config-files need new names to make it clear to someone looking through user/share that they belong to FreeSASA.

mittinatten commented 8 years ago

Alright, thanks for this excellent suggestion! I modified your Makefiles a bit, the config-files are now copied to usr/local/share/freesasa/ by default (and removed some redundant code).