diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-14 23:05:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-14 23:05:59 +0000 |
| commit | 7fe3301e7ea905a8a76d54c22751f3d8a346e28b (patch) | |
| tree | 8b81be235862807c55393d35eb5830779afeecb1 /tools/Makefile.am | |
| parent | 299dc47a6b6379bba77fc489ef6825dcfe18faf5 (diff) | |
Add the "obsetroot" tool. Use it to set the root background.
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 00000000..1785c009 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS=obsetroot + +obsetroot_LDADD=$(XFT_LIBS) -L../otk -lotk @LIBINTL@ +obsetroot_CPPFLAGS=$(XFT_CFLAGS) -I.. +obsetroot_SOURCES=obsetroot.cc + +MAINTAINERCLEANFILES=Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
