chiark / gitweb /
Remove .h files from _SOURCES
authorTollef Fog Heen <tfheen@err.no>
Sun, 9 May 2010 23:01:06 +0000 (01:01 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 9 May 2010 23:01:06 +0000 (01:01 +0200)
commit75db651adba49238a02fe031842155d30e7a8219
tree63dd501d2b006ad737eb09bf5b9dc39e80ff4b36
parentaa4112670b37f2ca1cd64a63337575d45e0d7f36
Remove .h files from _SOURCES

Automake is buggy when you mix C and Vala programs.  It tries to call
valac with the full contents of _SOURCES for the program, but valac
errors out when given .h files.  Until this is fixed, we can't list .h
files in _SOURCES or "make dist" breaks.
Makefile.am