Eolian: fix Makefile for distcheck.
authorDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 20 Oct 2014 08:32:04 +0000 (11:32 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 20 Oct 2014 09:20:15 +0000 (12:20 +0300)
Files have been added to test descriptions in H files and were missing
in the makefile for distcheck.

src/Makefile_Eolian.am

index 0cdfaa1..dfa7113 100644 (file)
@@ -129,4 +129,6 @@ tests/eolian/data/typedef_ref.c \
 tests/eolian/data/struct_ref.c \
 tests/eolian/data/class_simple_ref.c \
 tests/eolian/data/override_ref.c \
+tests/eolian/data/class_simple_ref_eo.h \
+tests/eolian/data/class_simple_ref_legacy.h \
 $(EOLIAN_TESTS_EOS)