all repos — openbox @ cdcc526a0274cace9f542960fe4eee4ddcc23d31

openbox fork - make it a bit more like ryudo

util/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CPPFLAGS= @CPPFLAGS@

#SUBDIRS = 		epist
bin_SCRIPTS = 		bsetbg
bin_PROGRAMS =		bsetroot xftlsfonts

bsetroot_SOURCES =	bsetroot.cc
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 ../src/screeninfo.o

xftlsfonts_SOURCES = xftlsfonts.cc

INCLUDES= -I../src -I../otk

MAINTAINERCLEANFILES =	Makefile.in

distclean-local:
	rm -f *\~ .\#*

# local dependencies