diff options
author | jorn <jorn@b067294f-1dea-0310-9683-c47a78595994> | 2007-06-14 13:52:24 +0000 |
---|---|---|
committer | jorn <jorn@b067294f-1dea-0310-9683-c47a78595994> | 2007-06-14 13:52:24 +0000 |
commit | 45537e3b42396a61ecb614c04381a2dfee5ff2be (patch) | |
tree | f3037fbc3cd7b18acb93a2f909615dea923abe18 /configure.ac | |
parent | 3673f1063f6e7d84bbc329259344d9efc914a08b (diff) | |
download | matchbox-panel-2-45537e3b42396a61ecb614c04381a2dfee5ff2be.tar.gz matchbox-panel-2-45537e3b42396a61ecb614c04381a2dfee5ff2be.tar.bz2 matchbox-panel-2-45537e3b42396a61ecb614c04381a2dfee5ff2be.zip |
2007-06-14 Jorn Baayen <jorn@openedhand.com>
* applets/Makefile.am:
* applets/startup/Makefile.am:
* applets/startup/data/Makefile.am:
* applets/startup/startup.c:
* configure.ac:
Added startup notification applet. Ported from mb-panel1 by
Stefan Schmidt <stefan@datenfreihafen.org>.
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1564 b067294f-1dea-0310-9683-c47a78595994
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
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 |