Fix build dependency (notification-service-devel)
[platform/core/appfw/notification-service.git] / configure.ac
index 394cdfe..9f7eae1 100644 (file)
@@ -10,10 +10,10 @@ LT_PREREQ([2.2])
 LT_INIT([disable-static])
 
 PKG_PROG_PKG_CONFIG()
-PKG_CHECK_MODULES([TIZEN], [eina ecore com-core notification])
+PKG_CHECK_MODULES([TIZEN], [eina ecore com-core notification dbus-1 bluetooth-api])
 AC_SUBST(TIZEN_CFLAGS)
 AC_SUBST(TIZEN_LIBS)
 
-AC_CONFIG_FILES([Makefile notifications.service notifications.socket])
+AC_CONFIG_FILES([Makefile notifications.service])
 AC_PROG_RANLIB([ranlib])
 AC_OUTPUT