]> Dogcows Code - chaz/openbox/commitdiff
changed to reflect toolkit change
authorMarius Nita <marius@cs.pdx.edu>
Fri, 1 Nov 2002 03:32:22 +0000 (03:32 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Fri, 1 Nov 2002 03:32:22 +0000 (03:32 +0000)
util/Makefile.am
util/bsetroot.cc
util/bsetroot.hh
util/epist/Makefile.am

index 19a852303979a1fec67dcd529f415c3d5913f23c..a7a9f5bb8f5eb7e3b4f6bca491fe67b643331ede 100644 (file)
@@ -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
index 213d0f4809fc4800534612c4180bd3da93a73c0a..e578cfa0580d5d02948170481a608cc930706e65 100644 (file)
@@ -43,9 +43,9 @@ extern "C" {
 #endif // HAVE_CTYPE_H
 }
 
-#include "../src/gccache.hh"
-#include "../src/texture.hh"
-#include "../src/util.hh"
+#include "gccache.hh"
+#include "texture.hh"
+#include "util.hh"
 #include "bsetroot.hh"
 
 bsetroot::bsetroot(int argc, char **argv, char *dpy_name)
index 5495680491b1f8f58d0d19971cd1b2d3296d3bef..912aa81b9bd02819c1c679a5b63281d84dedf11b 100644 (file)
@@ -24,8 +24,8 @@
 #ifndef   __bsetroot2_hh
 #define   __bsetroot2_hh
 
-#include "../src/basedisplay.hh"
-#include "../src/image.hh"
+#include "basedisplay.hh"
+#include "image.hh"
 
 #include <string>
 
index 3588cb304667854504dc5b73d615e5102566e9da..9bbcad1202dfa31c54d0b8c2f2ca5f531b2c365b 100644 (file)
@@ -15,8 +15,7 @@ epist_SOURCES =               epist.cc window.cc screen.cc main.cc actions.cc \
                        yacc_parser.cc parser.cc keytree.cc lex.yy.c config.cc
 
 epist_LDADD =          ../../src/xatom.o ../../src/basedisplay.o \
-                       ../../src/util.o ../../src/timer.o \
-                       ../../src/gccache.o ../../src/color.o
+                       ../../src/util.o ../../src/timer.o
 
 MAINTAINERCLEANFILES = Makefile.in
 
This page took 0.030289 seconds and 4 git commands to generate.