A few makefile/autoconf fixes

This commit is contained in:
Kristian Høgsberg 2010-08-25 13:38:40 -04:00
parent b12fcceeb7
commit 8a40871645
3 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@ cairo_clients = flower screenshot terminal image view dnd
all : $(egl_clients) $(cairo_clients)
clean :
rm -f $(egl_clients) $(cairo_clients) *.o
rm -f $(egl_clients) $(cairo_clients) *.o .*.deps
flower : flower.o window.o wayland-glib.o cairo-util.o
gears : gears.o window.o wayland-glib.o cairo-util.o