From d8fde49cd04389e6abdf5c5040d604a68ee66186 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 28 May 2018 09:36:46 +0200 Subject: [PATCH] build: make sure new eo header is distributed in tarball In commit 8a513a522e90253ce7ec85e92c7bc58dfb22a2bc thsi new header was added, but never made sure it lands into the distribution tarball. --- src/Makefile_Eo.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am index ff2b7a6..4874e5a 100644 --- a/src/Makefile_Eo.am +++ b/src/Makefile_Eo.am @@ -31,6 +31,7 @@ lib/eo/eo_base_class.c \ lib/eo/eo_class_class.c \ lib/eo/eo_add_fallback.c \ lib/eo/eo_add_fallback.h \ +lib/eo/eo_internal.h \ lib/eo/eo_private.h lib_eo_libeo_la_CPPFLAGS = \ -- 2.7.4