Notify has one call that returns evas object wit the icon, thus needs Evas.h

It used to work since Evas.h was in the same dir as Ecore.h and others
used by this app, but not anymore

On 7/9/10, Vincent Torri <vto...@univ-evry.fr> wrote:
>
>
> On Fri, 9 Jul 2010, Enlightenment SVN wrote:
>
>> Log:
>>  add missing EVAS_CFLAGS for notify binaries.
>
> can you tell me why you are doing that ? I don't see why this flag is
> missing
>
> Vincent
>
>>
>> Author:       barbieri
>> Date:         2010-07-09 08:01:39 -0700 (Fri, 09 Jul 2010)
>> New Revision: 50159
>>
>> Modified:
>>  trunk/e_dbus/src/bin/Makefile.am
>>
>> Modified: trunk/e_dbus/src/bin/Makefile.am
>> ===================================================================
>> --- trunk/e_dbus/src/bin/Makefile.am 2010-07-09 14:52:45 UTC (rev 50158)
>> +++ trunk/e_dbus/src/bin/Makefile.am 2010-07-09 15:01:39 UTC (rev 50159)
>> @@ -67,23 +67,21 @@
>> endif
>>
>> if BUILD_ENOTIFY
>> -e_dbus_notify_SOURCES = \
>> -    notify.c
>>
>> -e_dbus_notify_CPPFLAGS = $(EDBUS_CPPFLAGS)
>> -e_dbus_notify_LDADD = $(top_builddir)/src/lib/notification/libenotify.la
>> +ENOTIFY_CPPFLAGS = $(EDBUS_CPPFLAGS) $(EVAS_CFLAGS)
>> +ENOTIFY_LIBS = $(top_builddir)/src/lib/notification/libenotify.la
>>
>> -e_dbus_notification_daemon_SOURCES = \
>> -    notification_daemon.c
>> +e_dbus_notify_SOURCES = notify.c
>> +e_dbus_notify_CPPFLAGS = $(ENOTIFY_CPPFLAGS)
>> +e_dbus_notify_LDADD = $(ENOTIFY_LIBS)
>>
>> -e_dbus_notification_daemon_CPPFLAGS = $(EDBUS_CPPFLAGS)
>> -e_dbus_notification_daemon_LDADD =
>> $(top_builddir)/src/lib/notification/libenotify.la
>> +e_dbus_notification_daemon_SOURCES = notification_daemon.c
>> +e_dbus_notification_daemon_CPPFLAGS = $(ENOTIFY_CPPFLAGS)
>> +e_dbus_notification_daemon_LDADD = $(ENOTIFY_LIBS)
>>
>> -e_notify_send_SOURCES = \
>> -    notify-send.c
>> -
>> -e_notify_send_CPPFLAGS = $(EDBUS_CPPFLAGS)
>> -e_notify_send_LDADD = $(top_builddir)/src/lib/notification/libenotify.la
>> +e_notify_send_SOURCES = notify-send.c
>> +e_notify_send_CPPFLAGS = $(ENOTIFY_CPPFLAGS)
>> +e_notify_send_LDADD =  $(ENOTIFY_LIBS)
>> endif
>>
>> if BUILD_EOFONO
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Sprint
>> What will you do first with EVO, the first 4G phone?
>> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
>> _______________________________________________
>> enlightenment-svn mailing list
>> enlightenment-...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>
>>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

-- 
Sent from my mobile device

Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to