Move i3-nagbar to the new Makefile layout

This commit is contained in:
Quentin Glidic
2012-05-16 16:22:57 +02:00
parent eb08d33692
commit 8910a138ff
2 changed files with 28 additions and 1 deletions

View File

@ -2,7 +2,7 @@ TOPDIR=$(shell pwd)
include $(TOPDIR)/common.mk
SUBDIRS:=i3-nagbar i3bar i3-dump-log
SUBDIRS:=i3bar i3-dump-log
ALL_TARGETS =
INSTALL_TARGETS =
@ -16,6 +16,7 @@ include src/i3.mk
include i3-config-wizard/i3-config-wizard.mk
include i3-msg/i3-msg.mk
include i3-input/i3-input.mk
include i3-nagbar/i3-nagbar.mk
real-all: $(ALL_TARGETS) subdirs