summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-07 23:17:31 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-07 23:17:31 -0500
commit269d6e3daf70e13c2e774c64decb7c33a1420b47 (patch)
treea74179829177756c75117f067e8dcb878cde8919 /Makefile.in
parent44e3c5e1ad795a4405f8f0147fddd3afce34b518 (diff)
Run command in a pty and feed output to wayland terminal.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index da1e990..ecc357e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,6 +42,8 @@ gears : gears.o window.o wayland-glib.o cairo-util.o
screenshot : screenshot.o wayland-glib.o
terminal : terminal.o window.o wayland-glib.o cairo-util.o
+terminal : LDLIBS += -lutil
+
$(clients) : CFLAGS += @CLIENT_CFLAGS@
$(clients) : LDLIBS += @CLIENT_LIBS@ -L. -lwayland -lrt