[build] Avoid rebuilding of test-internal.c
commit831f7d6ac485383eb3c8128a35207f7d5856fc4e
authorNicola Fontana <ntd@entidi.it>
Wed, 31 Mar 2010 20:34:37 +0000 (31 22:34 +0200)
committerNicola Fontana <ntd@entidi.it>
Wed, 31 Mar 2010 20:34:37 +0000 (31 22:34 +0200)
tree60fef38e4b087049c66c280667fea02f81b13e51
parent23848bd31ccce19dbc8495631123eed199abe338
[build] Avoid rebuilding of test-internal.c

The tests under src/adg-gtk/tests share the code in test-internal.[ch]
with src/adg/tests. Using LDADD on the object file to include this code
instead of adding a dependency on the source file, because the latter
will rebuild test-internal.c in the current builddir.
src/adg-gtk/tests/Makefile.am