diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-14 19:41:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-14 19:41:50 +0000 |
| commit | 932ced3040a269b20708e1923b00168f9d6fc493 (patch) | |
| tree | 1c56e915f6a1c8ed09c4a36a8e5830972d431878 | |
| parent | 3eb75618dc090ea9c71670ecdae75c9bc6321a4a (diff) | |
add the Geometry classes to bsetroot
| -rw-r--r-- | util/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile.in b/util/Makefile.in index 27dc6bd8..3f3f38dc 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -84,7 +84,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 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -102,7 +102,7 @@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ bsetroot_OBJECTS = bsetroot.o bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/LinkedList.o \ -../src/Timer.o ../src/Image.o ../src/i18n.o +../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o bsetroot_LDFLAGS = SCRIPTS = $(bin_SCRIPTS) @@ -378,7 +378,7 @@ 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 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |
