mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
A few makefile/autoconf fixes
This commit is contained in:
parent
b12fcceeb7
commit
8a40871645
3 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -71,7 +71,7 @@ install : $(libs) compositor subdirs-install
|
|||
install 70-wayland.rules ${udev_rules_dir}
|
||||
|
||||
clean : subdirs-clean
|
||||
rm -f compositor scanner *.o *.so
|
||||
rm -f compositor scanner *.o *.so .*.deps
|
||||
rm -f wayland-protocol.c \
|
||||
wayland-server-protocol.h wayland-client-protocol.h
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ udev_rules_dir = @sysconfdir@/udev/rules.d
|
|||
libdir = @libdir@
|
||||
includedir = @includedir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
|
||||
COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
|
||||
COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue