Hello,

Here is a patch for e_dbus src/bin/Makefile.am
libenotify.so needs libedbus.so.1

Anybody please review this and apply it to upstream?
Thanks.
Daniel Juyung Seo (SeoZ)
Index: e_dbus/src/bin/Makefile.am
===================================================================
--- e_dbus/src/bin/Makefile.am  (revision 55736)
+++ e_dbus/src/bin/Makefile.am  (working copy)
@@ -117,6 +117,7 @@ e_dbus_notification_daemon_CPPFLAGS = \
 @EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
 e_dbus_notification_daemon_LDADD = \
 $(ENOTIFY_LIBS) \
+$(top_builddir)/src/lib/dbus/libedbus.la \
 @EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
 endif
 
@@ -128,6 +129,7 @@ e_notify_send_CPPFLAGS = \
 @EDBUS_NOTIFY_SEND_CFLAGS@
 e_notify_send_LDADD = \
 $(ENOTIFY_LIBS) \
+$(top_builddir)/src/lib/dbus/libedbus.la \
 @EDBUS_NOTIFY_SEND_LIBS@
 endif
 
@@ -139,6 +141,7 @@ e_dbus_notify_CPPFLAGS = \
 @EDBUS_NOTIFY_TEST_CFLAGS@
 e_dbus_notify_LDADD = \
 $(ENOTIFY_LIBS) \
+$(top_builddir)/src/lib/dbus/libedbus.la \
 @EDBUS_NOTIFY_TEST_LIBS@
 endif
 
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to