Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/pop3


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/pop3/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 1 Mar 2004 20:02:58 -0000       1.1
+++ Makefile.am 2 Sep 2005 05:11:24 -0000       1.2
@@ -1,8 +1,11 @@
-## $Id: Makefile.am,v 1.1 2004/03/01 20:02:58 tsauerbeck Exp $
+## $Id: Makefile.am,v 1.2 2005/09/02 05:11:24 sebastid Exp $
 
 if BUILD_POP3
 
-INCLUDES = -I$(top_srcdir)/src
+AM_CFLAGS = -I$(top_srcdir)/src \
+            @EDB_CFLAGS@        \
+            @EVAS_CFLAGS@       \
+            @ECORE_CFLAGS@
 
 plugin_LTLIBRARIES = libpop3.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

Reply via email to