From 1659837796f9f4de6e70729c39bef4444b83389e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 17 Jan 2006 03:47:35 +0000 Subject: [PATCH] clean up new modular build to link to the right things, in the right way, remove usleess extra linkage etc. SVN revision: 19864 --- legacy/evas/src/lib/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/Makefile.am b/legacy/evas/src/lib/Makefile.am index 8b605da1e9..14ed315249 100644 --- a/legacy/evas/src/lib/Makefile.am +++ b/legacy/evas/src/lib/Makefile.am @@ -7,7 +7,8 @@ AUTOMAKE_OPTIONS = 1.4 foreign INCLUDES = -I. \ -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib/include \ - @FREETYPE_CFLAGS@ + @FREETYPE_CFLAGS@ + @eet_cflags@ lib_LTLIBRARIES = libevas.la @@ -26,7 +27,7 @@ libevas_la_LIBADD = \ -lm \ @dlopen_libs@ \ @FREETYPE_LIBS@ \ - @png_libs@ @jpeg_libs@ @eet_libs@ @edb_libs@ + @eet_libs@ libevas_la_DEPENDENCIES = \ $(top_builddir)/config.h \