From e379beec7343a2184b2c8a1a84eefdef74c7f6a7 Mon Sep 17 00:00:00 2001 From: xcomputerman Date: Tue, 12 Jan 2010 22:41:46 +0000 Subject: [PATCH] Missing private header from EXTRA_DIST SVN revision: 45070 --- legacy/ecore/src/lib/ecore_input/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_input/Makefile.am b/legacy/ecore/src/lib/ecore_input/Makefile.am index b27cea4773..4a666c2e98 100644 --- a/legacy/ecore/src/lib/ecore_input/Makefile.am +++ b/legacy/ecore/src/lib/ecore_input/Makefile.am @@ -23,3 +23,5 @@ $(top_builddir)/src/lib/ecore/libecore.la \ libecore_input_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -version-info @version_info@ @ecore_input_release_info@ endif + +EXTRA_DIST = ecore_input_private.h