A few makefile/autoconf fixes
This commit is contained in:
@@ -71,7 +71,7 @@ install : $(libs) compositor subdirs-install
|
|||||||
install 70-wayland.rules ${udev_rules_dir}
|
install 70-wayland.rules ${udev_rules_dir}
|
||||||
|
|
||||||
clean : subdirs-clean
|
clean : subdirs-clean
|
||||||
rm -f compositor scanner *.o *.so
|
rm -f compositor scanner *.o *.so .*.deps
|
||||||
rm -f wayland-protocol.c \
|
rm -f wayland-protocol.c \
|
||||||
wayland-server-protocol.h wayland-client-protocol.h
|
wayland-server-protocol.h wayland-client-protocol.h
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ cairo_clients = flower screenshot terminal image view dnd
|
|||||||
all : $(egl_clients) $(cairo_clients)
|
all : $(egl_clients) $(cairo_clients)
|
||||||
|
|
||||||
clean :
|
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
|
flower : flower.o window.o wayland-glib.o cairo-util.o
|
||||||
gears : gears.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@
|
libdir = @libdir@
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
datadir = @datadir@
|
datadir = @datadir@
|
||||||
|
datarootdir = @datarootdir@
|
||||||
|
|
||||||
COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
|
COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
|
||||||
COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
|
COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
|
||||||
|
|||||||
Reference in New Issue
Block a user