diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-03 06:16:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-03 06:16:05 +0000 |
| commit | fcfb532d30f4f0cee5192376145867ec1eada8ad (patch) | |
| tree | b9f7132205418aa21ded62b6ca07a165d672190f /util | |
| parent | dd7b8b67bd5e8d1dd3945fe64d16d094a017f7ce (diff) | |
include the new screeninfo.o
Diffstat (limited to 'util')
| -rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
