fluxbox/util/Makefile.am
2003-02-17 13:30:53 +00:00

17 lines
524 B
Makefile

# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager
SUBDIRS = fbrun
INCLUDES=-I../src/FbTk/
bin_SCRIPTS = bsetbg fluxbox-generate_menu
bin_PROGRAMS = bsetroot
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \
../src/StringUtil.o ../src/FbTk/libFbTk.a
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST=bsetbg fluxbox-generate_menu
distclean-local:
rm -f *\~
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh ../src/FbAtoms.hh