using FbRootWindow
This commit is contained in:
parent
93b610edf4
commit
3a75379606
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/
|
|||
bin_SCRIPTS = fbsetbg fluxbox-generate_menu
|
||||
bin_PROGRAMS = bsetroot
|
||||
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
|
||||
bsetroot_LDADD = ../src/ScreenInfo.o ../src/i18n.o ../src/FbAtoms.o \
|
||||
bsetroot_LDADD = ../src/FbRootWindow.o ../src/i18n.o ../src/FbAtoms.o \
|
||||
../src/FbTk/libFbTk.a
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
@ -13,5 +13,5 @@ EXTRA_DIST=fbsetbg fluxbox-generate_menu
|
|||
distclean-local:
|
||||
rm -f *\~ Makefile.in
|
||||
|
||||
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/ScreenInfo.hh ../src/FbAtoms.hh
|
||||
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh
|
||||
|
||||
|
|
Loading…
Reference in a new issue