summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-01-26 22:54:40 -0500
committerKristian Høgsberg <krh@redhat.com>2009-01-26 22:54:40 -0500
commitc0b44328d25900678bdff9b68a6760afafde5a6d (patch)
tree22579793e731fb5abcfaadb8e0a73a7c9a7bd909 /Makefile.in
parentf13eb147117be427858285dcbb06757c9160c0cd (diff)
Use glReadPixels() for the screen shooter
"Those who don't understand OpenGL are bound to reimplement it badly..."
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 19ad20a..a99533b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,7 @@ terminal : LDLIBS += -lutil
$(clients) : CFLAGS += @CLIENT_CFLAGS@
$(clients) : LDLIBS += -L. -lwayland @CLIENT_LIBS@ -lrt
-install : $(libs)
+install : $(libs) $(compositors)
install -d @libdir@ @libdir@/pkgconfig ${udev_rules_dir}
install $(libs) @libdir@
install wayland-server.pc wayland.pc @libdir@/pkgconfig