fluxbox/util/Makefile.am

15 lines
459 B
Text
Raw Normal View History

2001-12-11 20:47:02 +00:00
# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager
bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
2002-04-09 23:52:59 +00:00
bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o
2001-12-11 20:47:02 +00:00
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST=bsetbg
distclean-local:
rm -f *\~
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
2002-04-09 23:52:59 +00:00
../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh