diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-12-07 23:17:31 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-12-07 23:17:31 -0500 |
commit | 269d6e3daf70e13c2e774c64decb7c33a1420b47 (patch) | |
tree | a74179829177756c75117f067e8dcb878cde8919 /Makefile.in | |
parent | 44e3c5e1ad795a4405f8f0147fddd3afce34b518 (diff) |
Run command in a pty and feed output to wayland terminal.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 |