projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add the "obsetroot" tool. Use it to set the root background.
[mikachu/openbox.git]
/
tools
/
Makefile.am
1
bin_PROGRAMS=obsetroot
2
3
obsetroot_LDADD=$(XFT_LIBS) -L../otk -lotk @LIBINTL@
4
obsetroot_CPPFLAGS=$(XFT_CFLAGS) -I..
5
obsetroot_SOURCES=obsetroot.cc
6
7
MAINTAINERCLEANFILES=Makefile.in
8
9
distclean-local:
10
$(RM) *\~ *.orig *.rej .\#*