]> icculus.org git repositories - mikachu/openbox.git/blob - util/Makefile.am
include the new screeninfo.o
[mikachu/openbox.git] / util / Makefile.am
1 # util/Makefile.am for Blackbox - an X11 Window manager
2
3 CPPFLAGS= @CPPFLAGS@
4
5 #SUBDIRS =              epist
6 bin_SCRIPTS =           bsetbg
7 bin_PROGRAMS =          bsetroot xftlsfonts
8
9 bsetroot_SOURCES =      bsetroot.cc
10 bsetroot_LDADD =        ../src/basedisplay.o ../otk/color.o ../otk/gccache.o \
11                         ../otk/texture.o ../src/timer.o ../otk/image.o \
12                         ../otk/imagecontrol.o ../src/util.o ../src/screeninfo.o
13
14 xftlsfonts_SOURCES = xftlsfonts.cc
15
16 INCLUDES= -I../src -I../otk
17
18 MAINTAINERCLEANFILES =  Makefile.in
19
20 distclean-local:
21         rm -f *\~ .\#*
22
23 # local dependencies