Revert "eina: reintroduce additional support for eina sub directory compilation."

This reverts commit 1affc60d00.

This reverts one of three parts of the try to get sub directory
compilation back into eina. It breaks our distcheck though and I
talked to Cedric about it and he prefers to revert these as we might
need to go another route to bring this functionality back. Details
will come to the mailing list.
This commit is contained in:
Stefan Schmidt 2016-03-07 23:49:23 +01:00
parent c55625aec4
commit bb0d161d8f
2 changed files with 0 additions and 17 deletions

View File

@ -5074,7 +5074,6 @@ src/examples/elua/Makefile
src/examples/eolian_cxx/Makefile
src/examples/elocation/Makefile
src/lib/eina/eina_config.h
src/lib/eina/Makefile
src/lib/ecore_x/ecore_x_version.h
src/lib/efl/Efl_Config.h
spec/efl.spec

View File

@ -1,16 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
CLEANFILES =
BUILT_SOURCES =
include Makefile_File.am
lib_LTLIBRARIES = libeina.la
libeina_la_SOURCES = $(EINA_S)
libeina_la_CPPFLAGS = $(EINA_FLAGS)
libeina_la_LIBADD = @EINA_LIBS@ @UNWIND_LIBS@
libeina_la_DEPENDENCIES = @EINA_INTERNAL_LIBS@
libeina_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
libeina_la-%.Plo: lib_eina_libeina_la-%.Plo
ln -fs $(subst $(top_srcdir)/src/lib/eina/,,$<) $(subst $(top_srcdir)/src/lib/eina/,,$@)