build_eolian_cxx_test: Set dependencies correctly and remove BUILT_SOURCES
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 5 Aug 2014 15:39:49 +0000 (17:39 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Tue, 5 Aug 2014 15:39:49 +0000 (17:39 +0200)
commitbfdc83b85f982b4edbef4c84673f574a0608a0b6
tree3cca83c59503c3f301a7560dcb678accbcdcdf54
parentc4a1d268320d38f845f2ad2f967d3d432cade71c
build_eolian_cxx_test: Set dependencies correctly and remove BUILT_SOURCES

This took quite a while to figure out. The two object names for the cxx callback
test and callback.c have been to close. callback.c needs the eolian headers and
the CXX test needs the eolian_cxx headers.

Split it up and set the deps correctly. If you always run check with something
like -j 9 you might have never noticed as it was very likely that the headers
have been generated due to the wrong dep before.
src/Makefile_Eolian_Cxx.am