eina: make sure the eina_debug_private.h header is included into dist
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Jun 2017 16:16:05 +0000 (18:16 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Jun 2017 16:17:31 +0000 (18:17 +0200)
This has been missing in the dist tarball and failed distcheck.

src/Makefile_Eina.am

index 0b0bea1..544ce0f 100644 (file)
@@ -13,6 +13,7 @@ dist_installed_einaheaders_DATA = \
 lib/eina/eina_safety_checks.h \
 lib/eina/eina_error.h \
 lib/eina/eina_debug.h \
+lib/eina/eina_debug_private.h \
 lib/eina/eina_log.h \
 lib/eina/eina_inline_log.x \
 lib/eina/eina_fp.h \