Move example compositor to subdirectory

This commit is contained in:
Kristian Høgsberg 2010-09-14 10:45:00 -04:00
parent ef2f485056
commit 76b43326a5
10 changed files with 33 additions and 14 deletions

18
compositor/Makefile Normal file
View file

@ -0,0 +1,18 @@
include ../config.mk
CFLAGS += $(COMPOSITOR_CFLAGS)
LDLIBS += -L.. -lwayland-server $(COMPOSITOR_LIBS) -rdynamic -lrt -lEGL -lm
all : compositor
compositor : \
compositor.o \
compositor-drm.o \
compositor-x11.o \
screenshooter.o \
drm.o
clean :
rm -f compositor *.o .*.deps
install :