Enlightenment CVS committal Author : sebastid Project : misc Module : embrace
Dir : misc/embrace/src/plugins/sylpheed Modified Files: Makefile.am Log Message: Don't rely on includedir or on the users CPPFLAGS/LDFLAGS. =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/sylpheed/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 29 Jan 2005 14:51:36 -0000 1.1 +++ Makefile.am 2 Sep 2005 05:11:24 -0000 1.2 @@ -1,8 +1,12 @@ -## $Id: Makefile.am,v 1.1 2005/01/29 14:51:36 tsauerbeck Exp $ +## $Id: Makefile.am,v 1.2 2005/09/02 05:11:24 sebastid Exp $ if BUILD_SYLPHEED -INCLUDES = -I$(top_srcdir)/src @XML_CFLAGS@ +AM_CFLAGS = -I$(top_srcdir)/src \ + @XML_CFLAGS@ \ + @EDB_CFLAGS@ \ + @EVAS_CFLAGS@ \ + @ECORE_CFLAGS@ plugin_LTLIBRARIES = libsylpheed.la plugindir = @PLUGIN_DIR@ ------------------------------------------------------- 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