Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/bin Modified Files: Makefile.am Log Message: Use AC_PATH_GENERIC =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/bin/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- Makefile.am 5 May 2004 09:22:15 -0000 1.2 +++ Makefile.am 3 Sep 2005 19:30:06 -0000 1.3 @@ -1,15 +1,15 @@ MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I$(top_srcdir)/src/lib \ - -I$(top_srcdir)/src/lib/esmart_thumb \ - -I$(top_srcdir)/src/lib/esmart_container \ - -I$(top_srcdir)/src/lib/esmart_trans_x11 \ - -I$(top_srcdir)/src/lib/esmart_draggies \ - -I$(top_srcdir)/src/lib/esmart_text_entry \ - -I$(top_srcdir)/src/lib/esmart_file_dialog \ - @evas_cflags@ \ - @imlib_cflags@ \ - @ecore_cflags@ +AM_CFLAGS = -I$(top_srcdir)/src/lib \ + -I$(top_srcdir)/src/lib/esmart_thumb \ + -I$(top_srcdir)/src/lib/esmart_container \ + -I$(top_srcdir)/src/lib/esmart_trans_x11 \ + -I$(top_srcdir)/src/lib/esmart_draggies \ + -I$(top_srcdir)/src/lib/esmart_text_entry \ + -I$(top_srcdir)/src/lib/esmart_file_dialog \ + @EVAS_CFLAGS@ \ + @IMLIB2_CFLAGS@ \ + @ECORE_CFLAGS@ bin_PROGRAMS = esmart_test esmart_file_dialog_test @@ -21,9 +21,9 @@ $(top_builddir)/src/lib/esmart_draggies/libesmart_draggies.la \ $(top_builddir)/src/lib/esmart_thumb/libesmart_thumb.la \ $(top_builddir)/src/lib/esmart_trans_x11/libesmart_trans_x11.la \ - @evas_libs@ \ - @imlib_libs@ \ - @ecore_libs@ + @EVAS_LIBS@ \ + @IMLIB2_LIBS@ \ + @ECORE_LIBS@ esmart_file_dialog_test_SOURCES = esmart_file_dialog_test.c @@ -31,7 +31,7 @@ $(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \ $(top_builddir)/src/lib/esmart_container/libesmart_container.la \ $(top_builddir)/src/lib/esmart_file_dialog/libesmart_file_dialog.la \ - @evas_libs@ \ - @imlib_libs@ \ - @ecore_libs@ + @EVAS_LIBS@ \ + @IMLIB2_LIBS@ \ + @ECORE_LIBS@ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs