## Process this file with automake to produce Makefile.in INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/src/lib \ @EVAS_CFLAGS@ @ECORE_CFLAGS@ @EDJE_CFLAGS@ bin_PROGRAMS = \ emotion_test emotion_test_SOURCES = \ emotion_test_main.c emotion_test_LDADD = \ @EVAS_LIBS@ @ECORE_LIBS@ @EDJE_LIBS@ \ $(top_builddir)/src/lib/libemotion.la