diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-06-08 11:03:33 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-06-08 11:03:33 +0100 |
commit | 15a64fdc86840e1a84e67abe113eb60d0f9545b5 (patch) | |
tree | 783fecdf783ad4cb3cb68fc7a8d1f9cd30adcf31 /src | |
parent | 9ea802c841d7f375d3a6869bd202f22fd3812443 (diff) |
eolian: we need import_types_ref.h included in tarball
If we don't, distcheck fails (because of missing file).
@fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile_Eolian.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am index 58c452d6f2..6c06368563 100644 --- a/src/Makefile_Eolian.am +++ b/src/Makefile_Eolian.am | |||
@@ -138,4 +138,5 @@ tests/eolian/data/class_simple_ref.c \ | |||
138 | tests/eolian/data/override_ref.c \ | 138 | tests/eolian/data/override_ref.c \ |
139 | tests/eolian/data/class_simple_ref_eo.h \ | 139 | tests/eolian/data/class_simple_ref_eo.h \ |
140 | tests/eolian/data/class_simple_ref_legacy.h \ | 140 | tests/eolian/data/class_simple_ref_legacy.h \ |
141 | tests/eolian/data/import_types_ref.h \ | ||
141 | $(EOLIAN_TESTS_EOS) | 142 | $(EOLIAN_TESTS_EOS) |