aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c3dd772..1a6f5be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ if test x$enable_libnotify != xno; then
AC_DEFINE(USE_LIBNOTIFY, [1], [Has libnotify Support])
fi
+AM_CONDITIONAL(HAVE_LIBNOTIFY, test x$enable_libnotify = xyes)
# apm
AC_CHECK_HEADERS(apm.h, enable_linux_apm=yes, enable_linux_apm=no)
@@ -69,6 +70,7 @@ applets/clock/Makefile
applets/launcher/Makefile
applets/startup/Makefile
applets/startup/data/Makefile
+applets/startup-notify/Makefile
applets/systray/Makefile
applets/showdesktop/Makefile
applets/windowselector/Makefile