diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-01 03:32:22 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-01 03:32:22 +0000 |
| commit | 90c5fdc2d162678e8b257762b0d90745450af51d (patch) | |
| tree | df12119acfbaa617b42903177ba9bbf62773faa4 /util/Makefile.am | |
| parent | 110a1eeed9b5d0deb127a02364cf6c6fe29a9de8 (diff) | |
changed to reflect toolkit change
Diffstat (limited to 'util/Makefile.am')
| -rw-r--r-- | util/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 19a85230..a7a9f5bb 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -7,15 +7,17 @@ bin_SCRIPTS = bsetbg bin_PROGRAMS = bsetroot xftlsfonts bsetroot_SOURCES = bsetroot.cc -bsetroot_LDADD = ../src/basedisplay.o ../src/color.o ../src/gccache.o \ - ../src/texture.o ../src/timer.o ../src/image.o \ - ../src/imagecontrol.o ../src/util.o +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 xftlsfonts_SOURCES = xftlsfonts.cc +INCLUDES= -I../src -I../otk + MAINTAINERCLEANFILES = Makefile.in distclean-local: rm -f *\~ .\#* -# local dependencies
\ No newline at end of file +# local dependencies |
