make i3bar use i3’s common.mk

This commit is contained in:
Michael Stapelberg
2011-08-01 16:13:19 +02:00
parent 22bac9fd9a
commit 339a7cb8c3
6 changed files with 7 additions and 47 deletions

View File

@ -18,7 +18,7 @@ else
UNUSED:=$(shell $(MAKE) loglevels.h)
endif
SUBDIRS=i3-msg i3-input i3-nagbar i3-config-wizard
SUBDIRS=i3-msg i3-input i3-nagbar i3-config-wizard i3bar
# Depend on the specific file (.c for each .o) and on all headers
src/%.o: src/%.c ${HEADERS}