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
#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)
#ifndef __bsetroot2_hh
#define __bsetroot2_hh
-#include "../src/basedisplay.hh"
-#include "../src/image.hh"
+#include "basedisplay.hh"
+#include "image.hh"
#include <string>
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