diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-14 19:32:09 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-14 19:32:09 +0000 |
| commit | 3eb75618dc090ea9c71670ecdae75c9bc6321a4a (patch) | |
| tree | 758786170979a462eab397e73f21c19527997e74 /util/Makefile.am | |
| parent | 25cbe08cb6c46740b63f1259256433558bf38a5f (diff) | |
Fixed bsetroot to use the new Geometries returned in ScreenInfo
Diffstat (limited to 'util/Makefile.am')
| -rw-r--r-- | util/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 50a0aebf..6fdafeda 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -7,7 +7,7 @@ bin_SCRIPTS = bsetbg bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc -bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o +bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o MAINTAINERCLEANFILES = Makefile.in @@ -15,4 +15,4 @@ distclean-local: rm -f *\~ bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \ - ../src/LinkedList.h ../src/Timer.h ../src/Image.h + ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h |
