added FbAtoms.hh/cc
This commit is contained in:
parent
46a715d217
commit
00dccce50c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \
|
||||||
bin_SCRIPTS = bsetbg
|
bin_SCRIPTS = bsetbg
|
||||||
bin_PROGRAMS = bsetroot
|
bin_PROGRAMS = bsetroot
|
||||||
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
|
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
|
||||||
bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o
|
bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
EXTRA_DIST=bsetbg
|
EXTRA_DIST=bsetbg
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@ distclean-local:
|
||||||
rm -f *\~
|
rm -f *\~
|
||||||
|
|
||||||
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
|
bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
|
||||||
../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh
|
../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh
|
||||||
|
|
Loading…
Reference in a new issue