aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 24f9534..80d5a8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,9 @@ if test x$enable_startup_notification != xno; then
AC_DEFINE(USE_LIBSN, [1], [Has Startup Notification Support])
fi
+AC_SUBST(SN_LIBS)
+AC_SUBST(SN_CFLAGS)
+
# libnotify
AC_ARG_ENABLE(libnotify,
[ --enable-libnotify enable libnotify support],
@@ -65,6 +68,8 @@ matchbox-panel/Makefile
applets/Makefile
applets/clock/Makefile
applets/launcher/Makefile
+applets/startup/Makefile
+applets/startup/data/Makefile
applets/systray/Makefile
applets/showdesktop/Makefile
applets/windowselector/Makefile