daemon
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Dec 2010 20:42:12 +0000 (20:42 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Dec 2010 20:42:12 +0000 (20:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@55503 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
src/bin/Makefile.am

index f93c015..6c24855 100644 (file)
@@ -219,7 +219,7 @@ if test "x${have_edbus_connman_test}" = "xyes" ; then
 fi
 
 if test "x${have_edbus_notification_daemon_test}" = "xyes" ; then
-   PKG_CHECK_MODULES([EDBUS_NOTIFICATION_DEAMON_TEST],
+   PKG_CHECK_MODULES([EDBUS_NOTIFICATION_DAEMON_TEST],
       [ecore >= 1.0.0 evas >= 1.0.0 eina >= 1.0.0 dbus-1 >= 0.62],
       [have_edbus_notification_daemon_test="yes"],
       [have_edbus_notification_daemon_test="no"])
@@ -360,7 +360,7 @@ echo "    EDbus test.........: $have_edbus_test"
 echo "    EDbus client test..: $have_edbus_test_client"
 echo "    EBluez test........: $have_edbus_bluez_test"
 echo "    EConnman test......: $have_edbus_connman_test"
-echo "    ENotify Deamon test: $have_edbus_notification_daemon_test"
+echo "    ENotify Daemon test: $have_edbus_notification_daemon_test"
 echo "    ENotify send.......: $have_edbus_notify_send"
 echo "    ENotify test.......: $have_edbus_notify_test"
 echo "    EOfono test........: $have_edbus_ofono_test"
index 0d74287..53122bc 100644 (file)
@@ -27,7 +27,7 @@ if BUILD_EDBUS_CONNMAN_TEST
 bin_PROGRAMS += e_dbus_connman_test
 endif
 
-if BUILD_EDBUS_NOTIFICATION_DEAMON_TEST
+if BUILD_EDBUS_NOTIFICATION_DAEMON_TEST
 bin_PROGRAMS += e_dbus_notification_daemon
 endif
 
@@ -109,15 +109,15 @@ endif
 
 ENOTIFY_LIBS = $(top_builddir)/src/lib/notification/libenotify.la
 
-if BUILD_EDBUS_NOTIFICATION_DEAMON_TEST
+if BUILD_EDBUS_NOTIFICATION_DAEMON_TEST
 e_dbus_notification_daemon_SOURCES = notification_daemon.c
 e_dbus_notification_daemon_CPPFLAGS = \
 -I$(top_srcdir)/src/lib/dbus \
 -I$(top_srcdir)/src/lib/notification \
-@EDBUS_NOTIFICATION_DEAMON_TEST_CFLAGS@
+@EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS@
 e_dbus_notification_daemon_LDADD = \
 $(ENOTIFY_LIBS) \
-@EDBUS_NOTIFICATION_DEAMON_TEST_LIBS@
+@EDBUS_NOTIFICATION_DAEMON_TEST_LIBS@
 endif
 
 if BUILD_EDBUS_NOTIFY_SEND