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