summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-02 20:07:24 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-02 20:07:24 +0100
commit674f33345ca886546cb0a57ed338eb13cb2c82b0 (patch)
tree36fd73ba6e276c158d5ab3816b52baddd7f70c98 /configure.ac
parent8608664e0d72216d89c271d2892c62544e261027 (diff)
fixed libnotify support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d9337fbb..4e2bd679 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,10 +192,8 @@ fi
AM_CONDITIONAL(HAVE_NOTIFY, test $HAVE_NOTIFY)
if test ${HAVE_NOTIFY}; then
AC_DEFINE(HAVE_NOTIFY,1,[Use libnotify])
- NOTIFY_DIR="plugins/notification"
AC_SUBST(NOTIFY_DEPS_CFLAGS)
AC_SUBST(NOTIFY_DEPS_LIBS)
- AC_SUBST(NOTIFY_DIR)
fi
dnl *** OSS output (partly stolen from audacious)
@@ -307,7 +305,6 @@ plugins/nullout/Makefile
plugins/vtx/Makefile
plugins/adplug/Makefile
plugins/ffmpeg/Makefile
-plugins/notification/Makefile
plugins/oss/Makefile
deadbeef.desktop
])