minor changes

This commit is contained in:
Christopher Jeffrey
2012-02-27 06:49:50 -06:00
parent 8f4eafaf79
commit b01cfea5c6
2 changed files with 47 additions and 64 deletions

View File

@ -1,9 +1,10 @@
PREFIX ?= /usr
MANDIR ?= $(PREFIX)/share/man/man1
PACKAGES = x11 xcomposite xfixes xdamage xrender
LIBS = `pkg-config --libs $(PACKAGES)` -lm
INCS = `pkg-config --cflags $(PACKAGES)`
CFLAGS = -Wall
PREFIX = /usr
MANDIR = $(PREFIX)/share/man/man1
OBJS = compton.o
%.o: src/%.c src/%.h