From fcfb532d30f4f0cee5192376145867ec1eada8ad Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 06:16:05 +0000 Subject: [PATCH] include the new screeninfo.o --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index 43f042c6..bdc2476d 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -9,7 +9,7 @@ bin_PROGRAMS = bsetroot xftlsfonts bsetroot_SOURCES = bsetroot.cc bsetroot_LDADD = ../src/basedisplay.o ../otk/color.o ../otk/gccache.o \ ../otk/texture.o ../src/timer.o ../otk/image.o \ - ../otk/imagecontrol.o ../src/util.o + ../otk/imagecontrol.o ../src/util.o ../src/screeninfo.o xftlsfonts_SOURCES = xftlsfonts.cc -- 2.39.2