aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-10-15 13:41:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-10-15 13:41:55 +0200
commit96a1ff0b56d91627874ceae08e9f21e337c5c325 (patch)
tree70766b07eb764ffe1636fff41628fc5ff7ddafc1 /Makefile
parentb682cc8ce12204a94891c5efc3265ee3c15ec966 (diff)
downloaddrminfo-96a1ff0b56d91627874ceae08e9f21e337c5c325.tar.gz
move code to ttytools.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e92df18..c1b7ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean:
rm -f *~ *.o
drminfo: drminfo.o drmtools.o
-drmtest: drmtest.o drmtools.o render.o image.o
+drmtest: drmtest.o drmtools.o ttytools.o render.o image.o
gtktest: gtktest.o render.o image.o
endif