Fix race condition in make install
- Since the exo drop of gtk2, HEADERS are declared twice, which can lead to race conditions when using parallel make "make -j4 install"
- Simplify Makefile to only have one HEADERS section
- This fix #29 (closed)
Edited by Romain Bouvier