clean up new modular build to link to the right things, in the right way,

remove usleess extra linkage etc.


SVN revision: 19864
This commit is contained in:
Carsten Haitzler 2006-01-17 03:47:35 +00:00
parent 4cf493dea3
commit 1659837796
1 changed files with 3 additions and 2 deletions

View File

@ -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 \