]> git.sur5r.net Git - i3/i3/commitdiff
Makefile: add i3-nagbar to install target
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Jul 2011 12:41:00 +0000 (14:41 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Jul 2011 12:41:00 +0000 (14:41 +0200)
Makefile

index 6d7340631fb0c78c44edfe99bc53e127cc93fd77..43e2d2abae151277199bed23aa88aa1e651083d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ install: all
        $(INSTALL) -m 0644 include/i3/ipc.h $(DESTDIR)$(PREFIX)/include/i3/
        $(MAKE) TOPDIR=$(TOPDIR) -C i3-msg install
        $(MAKE) TOPDIR=$(TOPDIR) -C i3-input install
+       $(MAKE) TOPDIR=$(TOPDIR) -C i3-nagbar install
 
 dist: distclean
        [ ! -d i3-${VERSION} ] || rm -rf i3-${VERSION}