and match new tslib flags

SVN revision: 39484
This commit is contained in:
Carsten Haitzler 2009-03-15 02:48:32 +00:00
parent f13fb4b769
commit ad895c3afd
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib/ecore \
-I$(top_builddir)/src/lib/ecore \
@TSLIB_CFLAGS@ \
@EINA_CFLAGS@
if BUILD_ECORE_FB
@ -21,7 +22,7 @@ ecore_fb_ts.c
# ecore_fb_ps2.c
libecore_fb_la_LIBADD = \
@tslib_libs@ \
@TSLIB_LIBS@ \
$(top_builddir)/src/lib/ecore/libecore.la \
@EINA_LIBS@