[notification-daemon] build: remove unused things



commit ac3ee2fee6b96b6d42fad76b8c9439eb6b87cf01
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Jul 11 15:01:24 2015 +0300

    build: remove unused things

 configure.ac    |   23 -----------------------
 src/Makefile.am |    1 -
 2 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6e0d49f..9826d1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,31 +64,8 @@ PKG_CHECK_MODULES(NOTIFICATION_DAEMON, $pkg_modules)
 AC_SUBST(NOTIFICATION_DAEMON_CFLAGS)
 AC_SUBST(NOTIFICATION_DAEMON_LIBS)
 
-AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
-AS_AC_EXPAND(LIBDIR, $libdir)
-AS_AC_EXPAND(DATADIR, $datadir)
 AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
 
-AC_ARG_WITH(dbus-sys, [  --with-dbus-sys=<dir>   where D-BUS system.d directory is])
-AC_ARG_WITH(dbus-services, [  --with-dbus-services=<dir>   where D-BUS services directory is])
-
-if ! test -z "$with_dbus_sys" ; then
-       DBUS_SYS_DIR="$with_dbus_sys"
-else
-       DBUS_SYS_DIR="$SYSCONFDIR/dbus-1/system.d"
-fi
-
-if ! test -z "$with_dbus_services" ; then
-       DBUS_SERVICES_DIR="$with_dbus_services"
-else
-       DBUS_SERVICES_DIR="$DATADIR/dbus-1/services"
-fi
-
-AC_SUBST(DBUS_SYS_DIR)
-AC_SUBST(DBUS_SERVICES_DIR)
-AC_DEFINE_UNQUOTED(DBUS_SYSTEMD_DIR, "$DBUS_SYS_DIR", [Where system.d dir for DBUS is])
-AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for DBUS is])
-
 dnl ---------------------------------------------------------------------------
 dnl Turn on the additional warnings last
 dnl ---------------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index bb02077..77b30ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,6 @@ notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS)
 AM_CPPFLAGS = \
        -I$(top_srcdir) \
        $(NOTIFICATION_DAEMON_CFLAGS) \
-       -DENGINES_DIR=\"$(libdir)/notification-daemon-1.0/engines\" \
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        $(NULL)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]