From 2b29626d8d5aa47119759d0ef1d0876674f06254 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 4 Jan 2013 20:55:12 +0000 Subject: efl: fix make dist. Carefully compared 'svn export' and 'make dist' results and couple of files were missing. Changes: * Makefile.am: removed all .pc from EXTRA_DIST, we shouldn't distribute them here as they will contain ./configure data such as install location. * src/Makefile.am: moved all if-endif to files, otherwise EXTRA_DIST won't work properly. We must EXTRA_DIST outside of the if-endif block. * static_libs/liblinebreak: removed couple of unused files. SVN revision: 82241 --- src/Makefile_Ecore_Psl1ght.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/Makefile_Ecore_Psl1ght.am') diff --git a/src/Makefile_Ecore_Psl1ght.am b/src/Makefile_Ecore_Psl1ght.am index e22bfa42b3..3364a1e18b 100644 --- a/src/Makefile_Ecore_Psl1ght.am +++ b/src/Makefile_Ecore_Psl1ght.am @@ -1,3 +1,4 @@ +if HAVE_PS3 ### Library @@ -10,7 +11,9 @@ lib/ecore_psl1ght/Ecore_Psl1ght.h lib_ecore_psl1ght_libecore_psl1ght_la_SOURCES = \ lib/ecore_psl1ght/ecore_psl1ght.c \ lib/ecore_psl1ght/moveutil.c \ +lib/ecore_psl1ght/moveutil.h \ lib/ecore_psl1ght/spursutil.c \ +lib/ecore_psl1ght/spursutil.h \ lib/ecore_psl1ght/Ecore_Psl1ght_Keys.h \ lib/ecore_psl1ght/ecore_psl1ght_private.h @@ -32,3 +35,9 @@ lib/eo/libeo.la \ lib/eina/libeina.la lib_ecore_psl1ght_libecore_psl1ght_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ +endif + +# TODO: what are they used for? +EXTRA_DIST += \ +lib/ecore_psl1ght/gemutil.c \ +lib/ecore_psl1ght/gemutil.h -- cgit v1.2.1